Home
last modified time | relevance | path

Searched defs:memmove (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/microblaze/lib/
H A Dmemmove.c35 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 Dfastcopy.S352 .globl memmove symbol
356 memmove: label
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dmemmove.S16 .globl memmove symbol
18 memmove: label
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dppcstring.S95 .globl memmove symbol
96 memmove: label
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dstring.S119 .globl memmove symbol
120 memmove: label
H A Dxz_config.h52 #define memmove memmove macro
/OK3568_Linux_fs/kernel/arch/nios2/lib/
H A Dmemmove.c13 void *memmove(void *d, const void *s, size_t count) in memmove() function
/OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/
H A Dmisc.c19 #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 Ddecompressor.c23 #define memmove memmove macro
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dmemcpy_32.c24 __visible void *memmove(void *dest, const void *src, size_t n) in memmove() function
/OK3568_Linux_fs/kernel/arch/mips/boot/compressed/
H A Dstring.c32 void * __weak memmove(void *dest, const void *src, size_t n) in memmove() function
/OK3568_Linux_fs/kernel/arch/m68k/lib/
H A Dmemmove.c10 void *memmove(void *dest, const void *src, size_t n) in memmove() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dstring.h60 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dstring.c53 void *memmove(void *dest, const void *src, size_t n) in memmove() function
H A Dmisc.c37 #define memmove memmove macro
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dstring.c134 void *memmove(void *dest, const void *src, size_t n) in memmove() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dstring.h43 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Ddecompress.c52 #define memmove memmove macro
H A Dstring.c44 void *memmove(void *__dest, __const void *__src, size_t count) in memmove() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dstring_64.h76 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dstring.h132 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_unxz.c208 void *memmove(void *dest, const void *src, size_t size) in memmove() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dstring.h72 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dshadow.c52 void *memmove(void *dest, const void *src, size_t len) in memmove() function
/OK3568_Linux_fs/u-boot/common/
H A Dzglobal.h105 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro

12