1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2ea7872b9SHitoshi Mitake 389fe808aSIngo Molnar #ifdef HAVE_ARCH_X86_64_SUPPORT 4ea7872b9SHitoshi Mitake 5ea7872b9SHitoshi Mitake #define MEMCPY_FN(fn, name, desc) \ 63938bad4SArnaldo Carvalho de Melo void *fn(void *, const void *, size_t); 7ea7872b9SHitoshi Mitake 8ea7872b9SHitoshi Mitake #include "mem-memcpy-x86-64-asm-def.h" 9ea7872b9SHitoshi Mitake 10ea7872b9SHitoshi Mitake #undef MEMCPY_FN 11ea7872b9SHitoshi Mitake 12ea7872b9SHitoshi Mitake #endif 13ea7872b9SHitoshi Mitake 14