Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.17-rc5 12 lines 186 B view raw
1 2#ifdef HAVE_ARCH_X86_64_SUPPORT 3 4#define MEMCPY_FN(fn, name, desc) \ 5 extern void *fn(void *, const void *, size_t); 6 7#include "mem-memcpy-x86-64-asm-def.h" 8 9#undef MEMCPY_FN 10 11#endif 12