Searched hist:f2f91078bdfb4cc008c2f87af2bcc4aedec85cbc (Results 1 – 6 of 6) sorted by relevance
/haiku/src/system/libroot/posix/string/arch/x86_64/ |
H A D | arch_string.cpp | f2f91078bdfb4cc008c2f87af2bcc4aedec85cbc Sat Sep 06 14:41:58 UTC 2014 Paweł Dziepak <pdziepak@quarnos.org> kernel/x86_64: remove memset and memcpy from commpage
There is absolutely no reason for these functions to be in commpage, they don't do anything that involves the kernel in any way.
Additionaly, this patch rewrites memset and memcpy to C++, current implementation is quite simple (though it may perform surprisingly well when dealing with large buffers on cpus with ermsb). Better versions are coming soon.
Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
|
H A D | Jamfile | f2f91078bdfb4cc008c2f87af2bcc4aedec85cbc Sat Sep 06 14:41:58 UTC 2014 Paweł Dziepak <pdziepak@quarnos.org> kernel/x86_64: remove memset and memcpy from commpage
There is absolutely no reason for these functions to be in commpage, they don't do anything that involves the kernel in any way.
Additionaly, this patch rewrites memset and memcpy to C++, current implementation is quite simple (though it may perform surprisingly well when dealing with large buffers on cpus with ermsb). Better versions are coming soon.
Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
|
/haiku/src/system/kernel/arch/x86/32/ |
H A D | syscalls.cpp | f2f91078bdfb4cc008c2f87af2bcc4aedec85cbc Sat Sep 06 14:41:58 UTC 2014 Paweł Dziepak <pdziepak@quarnos.org> kernel/x86_64: remove memset and memcpy from commpage
There is absolutely no reason for these functions to be in commpage, they don't do anything that involves the kernel in any way.
Additionaly, this patch rewrites memset and memcpy to C++, current implementation is quite simple (though it may perform surprisingly well when dealing with large buffers on cpus with ermsb). Better versions are coming soon.
Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
|
/haiku/headers/private/system/arch/x86_64/ |
H A D | arch_commpage_defs.h | f2f91078bdfb4cc008c2f87af2bcc4aedec85cbc Sat Sep 06 14:41:58 UTC 2014 Paweł Dziepak <pdziepak@quarnos.org> kernel/x86_64: remove memset and memcpy from commpage
There is absolutely no reason for these functions to be in commpage, they don't do anything that involves the kernel in any way.
Additionaly, this patch rewrites memset and memcpy to C++, current implementation is quite simple (though it may perform surprisingly well when dealing with large buffers on cpus with ermsb). Better versions are coming soon.
Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
|
/haiku/src/system/kernel/lib/arch/x86_64/ |
H A D | Jamfile | f2f91078bdfb4cc008c2f87af2bcc4aedec85cbc Sat Sep 06 14:41:58 UTC 2014 Paweł Dziepak <pdziepak@quarnos.org> kernel/x86_64: remove memset and memcpy from commpage
There is absolutely no reason for these functions to be in commpage, they don't do anything that involves the kernel in any way.
Additionaly, this patch rewrites memset and memcpy to C++, current implementation is quite simple (though it may perform surprisingly well when dealing with large buffers on cpus with ermsb). Better versions are coming soon.
Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
|
/haiku/src/system/kernel/arch/x86/ |
H A D | arch_cpu.cpp | f2f91078bdfb4cc008c2f87af2bcc4aedec85cbc Sat Sep 06 14:41:58 UTC 2014 Paweł Dziepak <pdziepak@quarnos.org> kernel/x86_64: remove memset and memcpy from commpage
There is absolutely no reason for these functions to be in commpage, they don't do anything that involves the kernel in any way.
Additionaly, this patch rewrites memset and memcpy to C++, current implementation is quite simple (though it may perform surprisingly well when dealing with large buffers on cpus with ermsb). Better versions are coming soon.
Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
|