Home
last modified time | relevance | path

Searched defs:memset (Results 1 – 25 of 34) sorted by relevance

12

/linux/arch/openrisc/lib/
H A Dmemset.S14 memset: label
/linux/tools/perf/bench/
H A Dmem-memset-x86-64-asm.S5 #define memset MEMSET /* don't hide glibc's memset() */ macro
/linux/arch/microblaze/lib/
H A Dmemset.c34 void *memset(void *v_src, int c, __kernel_size_t n) in memset() function
/linux/arch/x86/lib/
H A Dmemcpy_32.c15 __visible void *memset(void *s, int c, size_t count) in memset() function
/linux/arch/parisc/lib/
H A Dmemset.c9 memset (void *dstpp, int sc, size_t len) in memset() function
/linux/arch/nios2/lib/
H A Dmemset.c13 void *memset(void *s, int c, size_t count) in memset() function
/linux/arch/alpha/lib/
H A Dmemset.S130 memset = ___memset define
H A Dev6-memset.S602 memset = ___memset define
/linux/arch/m68k/lib/
H A Dmemset.c10 void *memset(void *s, int c, size_t count) in memset() function
/linux/arch/powerpc/boot/
H A Dstring.S94 memset: label
/linux/arch/loongarch/include/asm/
H A Dstring.h27 #define memset(s, c, n) __memset(s, c, n) macro
/linux/arch/mips/boot/compressed/
H A Dstring.c23 void *memset(void *s, int c, size_t n) in memset() function
/linux/arch/sparc/include/asm/
H A Dstring.h18 #define memset(s, c, count) __builtin_memset(s, c, count) macro
/linux/arch/riscv/include/asm/
H A Dstring.h36 #define memset(s, c, n) __memset(s, c, n) macro
/linux/tools/testing/selftests/kvm/lib/
H A Dstring_override.c32 void *memset(void *s, int c, size_t count) in memset() function
/linux/arch/alpha/include/asm/
H A Dstring.h46 #define memset __memset macro
/linux/arch/arm64/include/asm/
H A Dstring.h61 #define memset(s, c, n) __memset(s, c, n) macro
/linux/arch/m68k/include/asm/
H A Dstring.h49 #define memset(d, c, n) __builtin_memset(d, c, n) macro
/linux/arch/sparc/lib/
H A Dmemset.S80 memset: label
/linux/arch/arm/include/asm/
H A Dstring.h60 #define memset(s, c, n) __memset(s, c, n) macro
/linux/arch/csky/lib/
H A Dstring.c107 void *memset(void *s, int c, size_t count) in memset() function
/linux/arch/powerpc/include/asm/
H A Dstring.h50 #define memset(s, c, n) __memset(s, c, n) macro
/linux/arch/sh/boot/compressed/
H A Dmisc.c76 void* memset(void* s, int c, size_t n) in memset() function
/linux/arch/xtensa/include/asm/
H A Dstring.h130 #define memset(s, c, n) __memset(s, c, n) macro
/linux/tools/testing/selftests/sgx/
H A Dtest_encl.c63 static void *memset(void *dest, int c, size_t n) in memset() function

12