Symbol: memset
arch/alpha/include/asm/string.h
46
#define memset __memset
arch/arm/boot/compressed/string.c
154
#undef memset
arch/arm/boot/compressed/string.c
156
void *memset(void *s, int c, size_t count)
arch/arm/boot/compressed/string.c
24
#undef memset
arch/arm/include/asm/string.h
67
#define memset(s, c, n) __memset(s, c, n)
arch/arm64/include/asm/string.h
61
#define memset(s, c, n) __memset(s, c, n)
arch/csky/abiv2/memset.S
9
ENTRY(memset)
arch/csky/lib/string.c
107
void *memset(void *s, int c, size_t count)
arch/loongarch/include/asm/string.h
29
#define memset(s, c, n) __memset(s, c, n)
arch/m68k/include/asm/string.h
49
#define memset(d, c, n) __builtin_memset(d, c, n)
arch/m68k/lib/memset.c
10
void *memset(void *s, int c, size_t count)
arch/microblaze/lib/memset.c
34
void *memset(void *v_src, int c, __kernel_size_t n)
arch/mips/boot/compressed/string.c
23
void *memset(void *s, int c, size_t n)
arch/nios2/boot/compressed/misc.c
25
#undef memset
arch/nios2/boot/compressed/misc.c
94
void *memset(void *s, int c, size_t n)
arch/nios2/lib/memset.c
13
void *memset(void *s, int c, size_t count)
arch/parisc/boot/compressed/misc.c
82
void *memset(void *s, int c, size_t count)
arch/parisc/lib/memset.c
9
memset (void *dstpp, int sc, size_t len)
arch/powerpc/include/asm/string.h
50
#define memset(s, c, n) __memset(s, c, n)
arch/riscv/include/asm/string.h
36
#define memset(s, c, n) __memset(s, c, n)
arch/s390/boot/decompressor.c
22
#undef memset
arch/sh/boot/compressed/misc.c
27
#undef memset
arch/sh/boot/compressed/misc.c
76
void* memset(void* s, int c, size_t n)
arch/sh/lib/memset-sh4.S
16
ENTRY(memset)
arch/sh/lib/memset.S
16
ENTRY(memset)
arch/sparc/include/asm/asm-prototypes.h
24
#undef memset
arch/sparc/include/asm/string.h
18
#define memset(s, c, count) __builtin_memset(s, c, count)
arch/sparc/lib/bzero.S
13
ENTRY(memset) /* %o0=buf, %o1=pat, %o2=len */
arch/um/os-Linux/user_syms.c
29
#undef memset
arch/x86/boot/compressed/string.c
43
void *memset(void *s, int c, size_t n)
arch/x86/boot/string.c
29
#undef memset
arch/x86/boot/string.h
18
#define memset(d,c,l) __builtin_memset(d,c,l)
arch/x86/boot/string.h
7
#undef memset
arch/x86/include/asm/efi.h
122
#undef memset
arch/x86/include/asm/string_32.h
194
#define memset(s, c, count) __builtin_memset(s, c, count)
arch/x86/lib/memcpy_32.c
15
__visible void *memset(void *s, int c, size_t count)
arch/x86/lib/memcpy_32.c
6
#undef memset
arch/xtensa/include/asm/string.h
130
#define memset(s, c, n) __memset(s, c, n)
drivers/firmware/efi/libstub/intrinsics.c
12
#undef memset
include/asm-generic/asm-prototypes.h
9
#undef memset
include/linux/fortify-string.h
510
#define memset(p, c, s) __fortify_memset_chk(p, c, s, \
lib/string.c
534
void *memset(void *s, int c, size_t count)
mm/kasan/shadow.c
50
#undef memset
mm/kasan/shadow.c
51
void *memset(void *addr, int c, size_t len)
tools/include/nolibc/string.h
83
void *memset(void *dst, int b, size_t len)
tools/perf/bench/mem-memset-x86-64-asm.S
5
#define memset MEMSET /* don't hide glibc's memset() */
tools/testing/selftests/kvm/lib/string_override.c
32
void *memset(void *s, int c, size_t count)
tools/testing/selftests/sgx/test_encl.c
63
static void *memset(void *dest, int c, size_t n)