Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/perf/bench/mem-memset-x86-64-asm-def.h
52844 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
MEMSET_FN(memset_orig,
4
mem_alloc,
5
mem_free,
6
"x86-64-unrolled",
7
"unrolled memset() in arch/x86/lib/memset_64.S")
8
9
MEMSET_FN(__memset,
10
mem_alloc,
11
mem_free,
12
"x86-64-stosq",
13
"movsq-based memset() in arch/x86/lib/memset_64.S")
14
15