Home
last modified time | relevance | path

Searched defs:memmove (Results 26 - 50 of 114) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/x86/lib/
H A Dmemcpy_32.c24 __visible void *memmove(void *dest, const void *src, size_t n) in memmove() function
209 EXPORT_SYMBOL(memmove); variable
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dmicroblaze_ksyms.c33 EXPORT_SYMBOL(memmove); variable
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dstring.h59 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dxz_config.h52 #define memmove memmove macro
H A Dstring.S120 memmove: label
/kernel/linux/linux-5.10/arch/s390/boot/compressed/
H A Ddecompressor.c22 #undef memmove macro
23 #define memmove memmove macro
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Ddecompress.c51 #undef memmove macro
52 #define memmove memmove macro
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dmemmove.S18 memmove: label
/kernel/linux/linux-6.6/arch/m68k/lib/
H A Dmemmove.c10 void *memmove(void *dest, const void *src, size_t n) in memmove() function
103 EXPORT_SYMBOL(memmove); variable
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dmicroblaze_ksyms.c32 EXPORT_SYMBOL(memmove); variable
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dstring.S120 memmove: label
H A Dxz_config.h52 #define memmove memmove macro
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Ddecompress.c52 #undef memmove macro
53 #define memmove memmove macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dstring.h59 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dmemmove.S18 memmove: label
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dstring.h35 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/kernel/linux/linux-6.6/arch/s390/boot/
H A Ddecompressor.c23 #undef memmove macro
24 #define memmove memmove macro
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dintrinsics.c11 #undef memmove macro
14 void *__memmove(void *__dest, const void *__src, size_t count) __alias(memmove); variable
/kernel/liteos_a/kernel/extended/lms/
H A Dlms_libc.c42 #undef memmove macro
43 void *memmove(void *dest, const void *src, size_t len) in memmove() function
/kernel/liteos_m/components/lms/
H A Dlms_libc.c42 #undef memmove macro
43 void *memmove(void *dest, const void *src, size_t len) in memmove() function
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstring.h115 #define memmove(dst, src, len) __memmove(dst, src, len) macro
126 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstring.h117 #define memmove(dst, src, len) __memmove(dst, src, len) macro
128 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/third_party/pcre2/pcre2/src/
H A Dpcre2_string_utils.c63 PRIV(memmove)(void *d, const void *s, size_t n) in memmove() function
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dstring.h59 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/kernel/linux/linux-5.10/arch/nios2/kernel/
H A Dnios2_ksyms.c19 EXPORT_SYMBOL(memmove); variable

Completed in 6 milliseconds

12345