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 v4.3 12 lines 177 B view raw
1 2#ifdef HAVE_ARCH_X86_64_SUPPORT 3 4#define MEMSET_FN(fn, name, desc) \ 5 extern void *fn(void *, int, size_t); 6 7#include "mem-memset-x86-64-asm-def.h" 8 9#undef MEMSET_FN 10 11#endif 12