Searched defs:memmove (Results 26 - 39 of 39) sorted by relevance

12

/linux-master/arch/xtensa/include/asm/
H A Dstring.h129 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux-master/drivers/firmware/efi/libstub/
H A Dzboot.c25 #undef memmove macro
26 #define memmove memmove macro
/linux-master/tools/include/nolibc/
H A Dstring.h35 void *memmove(void *dst, const void *src, size_t len) function
/linux-master/lib/
H A Ddecompress_unxz.c203 void *memmove(void *dest, const void *src, size_t size) function
H A Dstring.c624 void *memmove(void *dest, const void *src, size_t count) function
644 EXPORT_SYMBOL(memmove); variable
/linux-master/arch/microblaze/lib/
H A Dfastcopy.S356 memmove: label
[all...]
/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/arch/x86/boot/compressed/
H A Dmisc.c41 #define memmove memmove macro
/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/arm/kernel/
H A Darmksyms.c89 EXPORT_SYMBOL(memmove); variable
/linux-master/arch/x86/include/asm/
H A Defi.h123 #undef memmove macro
/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/sh/kernel/
H A Dsh_ksyms_32.c13 EXPORT_SYMBOL(memmove); variable
/linux-master/kernel/kcsan/
H A Dcore.c1354 void *__tsan_memmove(void *dst, const void *src, size_t len) __alias(memmove); variable

Completed in 207 milliseconds

12