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.1-rc6 13 lines 318 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3MEMSET_FN(memset_orig, 4 "x86-64-unrolled", 5 "unrolled memset() in arch/x86/lib/memset_64.S") 6 7MEMSET_FN(__memset, 8 "x86-64-stosq", 9 "movsq-based memset() in arch/x86/lib/memset_64.S") 10 11MEMSET_FN(memset_erms, 12 "x86-64-stosb", 13 "movsb-based memset() in arch/x86/lib/memset_64.S")