/linux/arch/nios2/lib/ |
H A D | memmove.c | 13 void *memmove(void *d, const void *s, size_t count) in memmove() function
|
/linux/arch/parisc/boot/compressed/ |
H A D | misc.c | 19 #define memmove memmove macro 65 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/linux/arch/microblaze/lib/ |
H A D | memmove.c | 34 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) in memmove() function
|
H A D | fastcopy.S | 356 memmove: label
|
/linux/arch/powerpc/boot/ |
H A D | string.S | 120 memmove: label
|
H A D | xz_config.h | 52 #define memmove memmove macro
|
/linux/arch/s390/boot/ |
H A D | decompressor.c | 25 #define memmove memmove macro
|
/linux/arch/alpha/lib/ |
H A D | memmove.S | 18 memmove: label
|
/linux/arch/loongarch/include/asm/ |
H A D | string.h | 29 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
/linux/arch/mips/boot/compressed/ |
H A D | string.c | 33 void * __weak memmove(void *dest, const void *src, size_t n) in memmove() function
|
/linux/arch/riscv/include/asm/ |
H A D | string.h | 37 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
/linux/arch/arm64/include/asm/ |
H A D | string.h | 60 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
/linux/arch/m68k/lib/ |
H A D | memmove.c | 10 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/linux/arch/arm/include/asm/ |
H A D | string.h | 59 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
/linux/arch/csky/lib/ |
H A D | string.c | 91 void *memmove(void *dest, const void *src, size_t count) in memmove() function
|
/linux/arch/powerpc/include/asm/ |
H A D | string.h | 49 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
/linux/arch/arm/boot/compressed/ |
H A D | decompress.c | 53 #define memmove memmove macro
|
H A D | string.c | 64 void *memmove(void *__dest, __const void *__src, size_t count) in memmove() function
|
/linux/arch/xtensa/include/asm/ |
H A D | string.h | 129 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
/linux/lib/ |
H A D | decompress_unxz.c | 211 void *memmove(void *dest, const void *src, size_t size) in memmove() function
|
H A D | string.c | 642 void *memmove(void *dest, const void *src, size_t count) in memmove() function
|
/linux/tools/include/nolibc/ |
H A D | string.h | 40 void *memmove(void *dst, const void *src, size_t len) in memmove() function
|
/linux/mm/kasan/ |
H A D | shadow.c | 61 void *memmove(void *dest, const void *src, size_t len) in memmove() function
|
/linux/include/linux/ |
H A D | fortify-string.h | 694 #define memmove(p, q, s) __fortify_memcpy_chk(p, q, s, \ macro
|