Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mem-memset-x86-64-asm-def.h
Go to the documentation of this file.
1 
2 MEMSET_FN(__memset,
3  "x86-64-unrolled",
4  "unrolled memset() in arch/x86/lib/memset_64.S")
5 
6 MEMSET_FN(memset_c,
7  "x86-64-stosq",
8  "movsq-based memset() in arch/x86/lib/memset_64.S")
9 
10 MEMSET_FN(memset_c_e,
11  "x86-64-stosb",
12  "movsb-based memset() in arch/x86/lib/memset_64.S")