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