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.7 12 lines 164 B view raw
1 2#ifdef ARCH_X86_64 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