Home
last modified time | relevance | path

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

12

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

Completed in 33 milliseconds

12