1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 1 3 MEMSET_FN(memset_orig, 2 MEMSET_FN(memset_orig, 4 "x86-64-unrolled", 3 "x86-64-unrolled", 5 "unrolled memset() in arch/x86/lib/mem 4 "unrolled memset() in arch/x86/lib/memset_64.S") 6 5 7 MEMSET_FN(__memset, 6 MEMSET_FN(__memset, 8 "x86-64-stosq", 7 "x86-64-stosq", 9 "movsq-based memset() in arch/x86/lib/ 8 "movsq-based memset() in arch/x86/lib/memset_64.S") >> 9 >> 10 MEMSET_FN(memset_erms, >> 11 "x86-64-stosb", >> 12 "movsb-based memset() in arch/x86/lib/memset_64.S") 10 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.