Home
last modified time | relevance | path

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

/linux/arch/nios2/lib/
H A Dmemmove.c13 void *memmove(void *d, const void *s, size_t count) in memmove() function
/linux/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
/linux/arch/microblaze/lib/
H A Dmemmove.c34 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) in memmove() function
H A Dfastcopy.S356 memmove: label
/linux/arch/powerpc/boot/
H A Dstring.S120 memmove: label
H A Dxz_config.h52 #define memmove memmove macro
/linux/arch/s390/boot/
H A Ddecompressor.c25 #define memmove memmove macro
/linux/arch/alpha/lib/
H A Dmemmove.S18 memmove: label
/linux/arch/loongarch/include/asm/
H A Dstring.h29 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/arch/mips/boot/compressed/
H A Dstring.c33 void * __weak memmove(void *dest, const void *src, size_t n) in memmove() function
/linux/arch/riscv/include/asm/
H A Dstring.h37 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/arch/arm64/include/asm/
H A Dstring.h60 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/arch/m68k/lib/
H A Dmemmove.c10 void *memmove(void *dest, const void *src, size_t n) in memmove() function
/linux/arch/arm/include/asm/
H A Dstring.h59 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/arch/csky/lib/
H A Dstring.c91 void *memmove(void *dest, const void *src, size_t count) in memmove() function
/linux/arch/powerpc/include/asm/
H A Dstring.h49 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/arch/arm/boot/compressed/
H A Ddecompress.c53 #define memmove memmove macro
H A Dstring.c64 void *memmove(void *__dest, __const void *__src, size_t count) in memmove() function
/linux/arch/xtensa/include/asm/
H A Dstring.h129 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/lib/
H A Ddecompress_unxz.c211 void *memmove(void *dest, const void *src, size_t size) in memmove() function
H A Dstring.c642 void *memmove(void *dest, const void *src, size_t count) in memmove() function
/linux/tools/include/nolibc/
H A Dstring.h40 void *memmove(void *dst, const void *src, size_t len) in memmove() function
/linux/mm/kasan/
H A Dshadow.c61 void *memmove(void *dest, const void *src, size_t len) in memmove() function
/linux/include/linux/
H A Dfortify-string.h694 #define memmove(p, q, s) __fortify_memcpy_chk(p, q, s, \ macro