Searched defs:memset (Results 1 - 25 of 54) sorted by last modified time

123

/linux-master/mm/kasan/
H A Dshadow.c50 #undef memset macro
51 void *memset(void *addr, int c, size_t len) function
/linux-master/lib/
H A Dstring.c516 void *memset(void *s, int c, size_t count) function
524 EXPORT_SYMBOL(memset); variable
/linux-master/include/linux/
H A Dfortify-string.h79 extern void *__underlying_memset(void *p, int c, __kernel_size_t size) __RENAME(memset); variable
494 #define memset(p, c, s) __fortify_memset_chk(p, c, s, \ macro
/linux-master/arch/x86/include/asm/
H A Defi.h122 #undef memset macro
/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/mips/boot/compressed/
H A Dstring.c23 void *memset(void *s, int c, size_t n) function
/linux-master/arch/x86/boot/
H A Dstring.c29 #undef memset macro
/linux-master/tools/include/nolibc/
H A Dstring.h76 void *memset(void *dst, int b, size_t len) function
/linux-master/arch/loongarch/include/asm/
H A Dstring.h27 #define memset(s, c, n) __memset(s, c, n) macro
/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/sparc/lib/
H A Dmemset.S80 memset: label
/linux-master/arch/alpha/lib/
H A Dmemset.S130 memset = ___memset define
H A Dev6-memset.S602 memset = ___memset define
/linux-master/arch/hexagon/kernel/
H A Dhexagon_ksyms.c22 EXPORT_SYMBOL(memset); variable
/linux-master/arch/m68k/include/asm/
H A Dstring.h49 #define memset(d, c, n) __builtin_memset(d, c, n) macro
/linux-master/arch/parisc/kernel/
H A Dparisc_ksyms.c20 EXPORT_SYMBOL(memset); variable
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c82 void *memset(void *s, int c, size_t count) function
/linux-master/kernel/kcsan/
H A Dcore.c1339 void *__tsan_memset(void *s, int c, size_t count) __alias(memset); variable
/linux-master/arch/um/os-Linux/
H A Duser_syms.c29 #undef memset macro
31 EXPORT_SYMBOL(memset); variable
/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/xtensa/include/asm/
H A Dstring.h130 #define memset(s, c, n) __memset(s, c, n) macro
/linux-master/arch/sh/lib/
H A DMakefile
/linux-master/arch/powerpc/include/asm/
H A Dstring.h50 #define memset(s, c, n) __memset(s, c, n) macro
/linux-master/arch/riscv/kernel/
H A Driscv_ksyms.c12 EXPORT_SYMBOL(memset); variable
/linux-master/arch/riscv/include/asm/
H A Dstring.h34 #define memset(s, c, n) __memset(s, c, n) macro

Completed in 341 milliseconds

123