Searched defs:memset (Results 26 - 50 of 54) sorted by relevance

123

/linux-master/arch/m68k/include/asm/
H A Dstring.h49 #define memset(d, c, n) __builtin_memset(d, c, n) macro
/linux-master/arch/sparc/lib/
H A Dmemset.S80 memset: label
/linux-master/tools/testing/selftests/kvm/lib/
H A Dstring_override.c32 void *memset(void *s, int c, size_t count) function
/linux-master/arch/alpha/include/asm/
H A Dstring.h46 #define memset __memset macro
/linux-master/arch/nios2/kernel/
H A Dnios2_ksyms.c18 EXPORT_SYMBOL(memset); variable
/linux-master/arch/arm64/include/asm/
H A Dstring.h61 #define memset(s, c, n) __memset(s, c, n) macro
/linux-master/arch/csky/lib/
H A Dstring.c107 void *memset(void *s, int c, size_t count) function
134 EXPORT_SYMBOL(memset); variable
/linux-master/arch/hexagon/kernel/
H A Dhexagon_ksyms.c22 EXPORT_SYMBOL(memset); variable
/linux-master/arch/arc/kernel/
H A Darcksyms.c48 EXPORT_SYMBOL(memset); variable
/linux-master/arch/arm/boot/compressed/
H A Dstring.c24 #undef memset macro
27 void *__memset(void *s, int c, size_t count) __alias(memset); variable
154 #undef memset macro
156 void *memset(void *s, int c, size_t count) function
/linux-master/arch/sh/boot/compressed/
H A Dmisc.c25 #undef memset macro
79 void* memset(void* s, int c, size_t n) function
/linux-master/arch/powerpc/include/asm/
H A Dstring.h50 #define memset(s, c, n) __memset(s, c, n) macro
/linux-master/arch/xtensa/include/asm/
H A Dstring.h130 #define memset(s, c, n) __memset(s, c, n) macro
/linux-master/arch/alpha/lib/
H A Dev6-memset.S602 memset = ___memset define
/linux-master/tools/testing/selftests/sgx/
H A Dtest_encl.c63 static void *memset(void *dest, int c, size_t n) function
/linux-master/arch/x86/include/asm/
H A Dstring_32.h195 #define memset(s, c, count) __builtin_memset(s, c, count) macro
/linux-master/tools/include/nolibc/
H A Dstring.h76 void *memset(void *dst, int b, size_t len) function
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c25 #undef memset macro
94 void *memset(void *s, int c, size_t n) function
/linux-master/tools/perf/bench/
H A Dmem-functions.c62 memset_t memset; member in union:function::__anon191
[all...]
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c82 void *memset(void *s, int c, size_t count) function
/linux-master/arch/parisc/kernel/
H A Dparisc_ksyms.c20 EXPORT_SYMBOL(memset); variable
/linux-master/arch/x86/boot/
H A Dstring.c29 #undef memset macro
/linux-master/mm/kasan/
H A Dshadow.c50 #undef memset macro
51 void *memset(void *addr, int c, size_t len) function
/linux-master/arch/arm/kernel/
H A Darmksyms.c85 EXPORT_SYMBOL(memset); variable
/linux-master/lib/
H A Dstring.c516 void *memset(void *s, int c, size_t count) function
524 EXPORT_SYMBOL(memset); variable

Completed in 359 milliseconds

123