Searched defs:memmove (Results 1 - 25 of 39) sorted by last modified time

12

/linux-master/mm/kasan/
H A Dshadow.c60 #undef memmove macro
61 void *memmove(void *dest, const void *src, size_t len) function
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c41 #define memmove memmove macro
/linux-master/lib/
H A Dstring.c624 void *memmove(void *dest, const void *src, size_t count) function
644 EXPORT_SYMBOL(memmove); variable
H A Ddecompress_unxz.c203 void *memmove(void *dest, const void *src, size_t size) function
/linux-master/include/linux/
H A Dfortify-string.h78 extern void *__underlying_memmove(void *p, const void *q, __kernel_size_t size) __RENAME(memmove); variable
668 #define memmove(p, q, s) __fortify_memcpy_chk(p, q, s, \ macro
/linux-master/arch/x86/include/asm/
H A Defi.h123 #undef memmove macro
/linux-master/drivers/firmware/efi/libstub/
H A Dzboot.c25 #undef memmove macro
26 #define memmove memmove macro
H A Dintrinsics.c11 #undef memmove macro
14 void *__memmove(void *__dest, const void *__src, size_t count) __alias(memmove); variable
/linux-master/arch/mips/boot/compressed/
H A Dstring.c33 void * __weak memmove(void *dest, const void *src, size_t n) function
/linux-master/tools/include/nolibc/
H A Dstring.h35 void *memmove(void *dst, const void *src, size_t len) function
/linux-master/arch/loongarch/include/asm/
H A Dstring.h29 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux-master/arch/alpha/lib/
H A Dmemmove.S18 memmove: label
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c18 #undef memmove macro
19 #define memmove memmove macro
65 void *memmove(void *dest, const void *src, size_t n) function
/linux-master/kernel/kcsan/
H A Dcore.c1354 void *__tsan_memmove(void *dst, const void *src, size_t len) __alias(memmove); variable
/linux-master/arch/um/os-Linux/
H A Duser_syms.c28 EXPORT_SYMBOL(memmove); variable
/linux-master/arch/xtensa/include/asm/
H A Dstring.h129 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux-master/arch/arm/boot/compressed/
H A Ddecompress.c52 #undef memmove macro
53 #define memmove memmove macro
/linux-master/arch/powerpc/include/asm/
H A Dstring.h49 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux-master/arch/riscv/kernel/
H A Driscv_ksyms.c14 EXPORT_SYMBOL(memmove); variable
/linux-master/arch/riscv/include/asm/
H A Dstring.h35 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux-master/arch/s390/boot/
H A Ddecompressor.c23 #undef memmove macro
24 #define memmove memmove macro
/linux-master/arch/x86/lib/
H A Dmemcpy_32.c7 #undef memmove macro
/linux-master/arch/microblaze/lib/
H A Dmemmove.c34 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) function
194 EXPORT_SYMBOL(memmove); variable
/linux-master/arch/csky/lib/
H A Dstring.c91 void *memmove(void *dest, const void *src, size_t count) function
105 EXPORT_SYMBOL(memmove); variable
/linux-master/arch/csky/abiv2/
H A Dstrksyms.c9 EXPORT_SYMBOL(memmove); variable

Completed in 292 milliseconds

12