projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git]
/
tools
/
perf
/
bench
/
mem-memcpy-arch.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifdef HAVE_ARCH_X86_64_SUPPORT
4
5
#define MEMCPY_FN(fn, name, desc) \
6
void *fn(void *, const void *, size_t);
7
8
#include "mem-memcpy-x86-64-asm-def.h"
9
10
#undef MEMCPY_FN
11
12
#endif
13