Home
last modified time | relevance | path

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

12

/linux/arch/microblaze/lib/
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
A Dfastcopy.S356 memmove: label
/linux/arch/nios2/lib/
A Dmemmove.c13 void *memmove(void *d, const void *s, size_t count) in memmove() function
/linux/arch/powerpc/boot/
A Dstring.S120 memmove: label
A Dxz_config.h52 #define memmove memmove macro
/linux/arch/parisc/boot/compressed/
A Dmisc.c19 #define memmove memmove macro
65 void *memmove(void *dest, const void *src, size_t n) in memmove() function
/linux/arch/s390/boot/compressed/
A Ddecompressor.c23 #define memmove memmove macro
/linux/arch/riscv/include/asm/
A Dstring.h25 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/arch/alpha/lib/
A Dmemmove.S18 memmove: label
/linux/arch/x86/lib/
A Dmemcpy_32.c24 __visible void *memmove(void *dest, const void *src, size_t n) in memmove() function
/linux/arch/mips/boot/compressed/
A Dstring.c32 void * __weak memmove(void *dest, const void *src, size_t n) in memmove() function
/linux/arch/m68k/lib/
A Dmemmove.c10 void *memmove(void *dest, const void *src, size_t n) in memmove() function
/linux/arch/arm64/include/asm/
A Dstring.h62 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/arch/x86/boot/compressed/
A Dstring.c53 void *memmove(void *dest, const void *src, size_t n) in memmove() function
A Dmisc.c40 #define memmove memmove macro
/linux/arch/arm/include/asm/
A Dstring.h59 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/arch/powerpc/include/asm/
A Dstring.h43 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/arch/arm/boot/compressed/
A Ddecompress.c52 #define memmove memmove macro
A Dstring.c64 void *memmove(void *__dest, __const void *__src, size_t count) in memmove() function
/linux/arch/x86/include/asm/
A Dstring_64.h76 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/arch/xtensa/include/asm/
A Dstring.h132 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/lib/
A Ddecompress_unxz.c204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
/linux/arch/s390/include/asm/
A Dstring.h68 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux/mm/kasan/
A Dshadow.c52 void *memmove(void *dest, const void *src, size_t len) in memmove() function
/linux/include/linux/
A Dfortify-string.h228 __FORTIFY_INLINE void *memmove(void *p, const void *q, __kernel_size_t size) in memmove() function

Completed in 25 milliseconds

12