Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
stable
/
linux-stable
/
7ea5092f5208d1758926ca54941f8a8ad49736b5
/
.
/
tools
/
perf
/
bench
/
mem-memcpy-arch.h
blob: 852e48cfd8feaaa84d2816a64a6364374ca2cf66 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef
HAVE_ARCH_X86_64_SUPPORT
#define
MEMCPY_FN
(
fn
,
init
,
fini
,
name
,
desc
)
\
void
*
fn
(
void
*,
const
void
*,
size_t
);
#include
"mem-memcpy-x86-64-asm-def.h"
#undef
MEMCPY_FN
#endif