Searched defs:memset (Results 1 - 25 of 54) sorted by relevance

123

/linux-master/arch/openrisc/lib/
H A Dmemset.S14 memset: label
/linux-master/arch/x86/boot/
H A Dstring.h7 #undef memset macro
18 #define memset(d,c,l) __builtin_memset(d,c,l) macro
/linux-master/arch/sh/lib/
H A DMakefile
/linux-master/tools/perf/bench/
H A Dmem-memset-x86-64-asm.S5 #define memset MEMSET /* don't hide glibc's memset() */ define
/linux-master/arch/sparc/include/asm/
H A Dasm-prototypes.h24 #undef memset macro
H A Dstring.h18 #define memset(s, c, count) __builtin_memset(s, c, count) macro
/linux-master/arch/microblaze/lib/
H A Dmemset.c34 void *memset(void *v_src, int c, __kernel_size_t n) function
93 EXPORT_SYMBOL(memset); variable
/linux-master/include/asm-generic/
H A Dasm-prototypes.h9 #undef memset macro
/linux-master/arch/csky/abiv2/
H A Dstrksyms.c8 EXPORT_SYMBOL(memset); variable
/linux-master/arch/x86/lib/
H A Dmemcpy_32.c6 #undef memset macro
15 __visible void *memset(void *s, int c, size_t count) function
19 EXPORT_SYMBOL(memset); variable
/linux-master/arch/mips/boot/compressed/
H A Dstring.c23 void *memset(void *s, int c, size_t n) function
/linux-master/arch/m68k/lib/
H A Dmemset.c10 void *memset(void *s, int c, size_t count) function
74 EXPORT_SYMBOL(memset); variable
/linux-master/arch/nios2/lib/
H A Dmemset.c13 void *memset(void *s, int c, size_t count) function
/linux-master/arch/x86/boot/compressed/
H A Dstring.c43 void *memset(void *s, int c, size_t n) function
78 extern void *__memset(void *s, int c, size_t n) __alias(memset); variable
/linux-master/arch/parisc/lib/
H A Dmemset.c9 memset (void *dstpp, int sc, size_t len) function
/linux-master/arch/riscv/kernel/
H A Driscv_ksyms.c12 EXPORT_SYMBOL(memset); variable
/linux-master/arch/um/os-Linux/
H A Duser_syms.c29 #undef memset macro
31 EXPORT_SYMBOL(memset); variable
/linux-master/arch/alpha/lib/
H A Dmemset.S130 memset = ___memset define
/linux-master/arch/loongarch/include/asm/
H A Dstring.h27 #define memset(s, c, n) __memset(s, c, n) macro
/linux-master/arch/powerpc/boot/
H A Dstring.S94 memset: label
/linux-master/arch/openrisc/kernel/
H A Dor32_ksyms.c46 EXPORT_SYMBOL(memset); variable
/linux-master/arch/arm/include/asm/
H A Dstring.h60 #define memset(s, c, n) __memset(s, c, n) macro
/linux-master/drivers/firmware/efi/libstub/
H A Dintrinsics.c12 #undef memset macro
15 void *__memset(void *s, int c, size_t count) __alias(memset); variable
26 void *memset(void *dst, int c, size_t len) function
/linux-master/arch/riscv/include/asm/
H A Dstring.h34 #define memset(s, c, n) __memset(s, c, n) macro
/linux-master/arch/m68k/include/asm/
H A Dstring.h49 #define memset(d, c, n) __builtin_memset(d, c, n) macro

Completed in 475 milliseconds

123