lkdtm: split usercopy tests to separate file
[deliverable/linux.git] / tools / perf / bench / mem-memcpy-arch.h
1
2 #ifdef HAVE_ARCH_X86_64_SUPPORT
3
4 #define MEMCPY_FN(fn, name, desc) \
5 void *fn(void *, const void *, size_t);
6
7 #include "mem-memcpy-x86-64-asm-def.h"
8
9 #undef MEMCPY_FN
10
11 #endif
12
This page took 0.046611 seconds and 5 git commands to generate.