| /OK3568_Linux_fs/kernel/arch/microblaze/lib/ |
| H A D | memmove.c | 35 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) in memmove() function 58 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) in memmove() function
|
| H A D | fastcopy.S | 352 .globl memmove symbol 356 memmove: label
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | memmove.S | 16 .globl memmove symbol 18 memmove: label
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/lib/ |
| H A D | ppcstring.S | 95 .globl memmove symbol 96 memmove: label
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | string.S | 119 .globl memmove symbol 120 memmove: label
|
| H A D | xz_config.h | 52 #define memmove memmove macro
|
| /OK3568_Linux_fs/kernel/arch/nios2/lib/ |
| H A D | memmove.c | 13 void *memmove(void *d, const void *s, size_t count) in memmove() function
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/compressed/ |
| H A D | decompressor.c | 23 #define memmove memmove macro
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | memcpy_32.c | 24 __visible void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/compressed/ |
| H A D | string.c | 32 void * __weak memmove(void *dest, const void *src, size_t n) in memmove() function
|
| /OK3568_Linux_fs/kernel/arch/m68k/lib/ |
| H A D | memmove.c | 10 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | string.h | 60 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | string.c | 53 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
| H A D | misc.c | 37 #define memmove memmove macro
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | string.c | 134 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | string.h | 43 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/compressed/ |
| H A D | decompress.c | 52 #define memmove memmove macro
|
| H A D | string.c | 44 void *memmove(void *__dest, __const void *__src, size_t count) in memmove() function
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | string_64.h | 76 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | string.h | 132 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | decompress_unxz.c | 208 void *memmove(void *dest, const void *src, size_t size) in memmove() function
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | string.h | 72 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | shadow.c | 52 void *memmove(void *dest, const void *src, size_t len) in memmove() function
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | zglobal.h | 105 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|