Symbol: kmsan_unpoison_memory
arch/s390/include/asm/cpacf.h
647
kmsan_unpoison_memory(ucbuf, ucbuf_len);
arch/s390/include/asm/cpacf.h
648
kmsan_unpoison_memory(cbuf, cbuf_len);
arch/s390/include/asm/cpu_mf.h
249
kmsan_unpoison_memory(dest, range * sizeof(u64));
arch/s390/include/asm/fpu-insn.h
397
kmsan_unpoison_memory(vxr, size);
arch/s390/include/asm/fpu-insn.h
414
kmsan_unpoison_memory(vxr, size);
arch/s390/kernel/ftrace.c
298
kmsan_unpoison_memory(fregs, ftrace_regs_size());
arch/x86/include/asm/page_64.h
92
kmsan_unpoison_memory(addr, len);
arch/x86/lib/iomem.c
45
kmsan_unpoison_memory(orig_to, orig_n);
crypto/jitterentropy-kcapi.c
120
kmsan_unpoison_memory(intermediary, sizeof(intermediary));
drivers/input/serio/libps2.c
361
kmsan_unpoison_memory(param, receive);
include/linux/highmem.h
403
kmsan_unpoison_memory(page_address(to), PAGE_SIZE);
include/linux/highmem.h
443
kmsan_unpoison_memory(page_address(to), PAGE_SIZE);
include/linux/instrumented.h
164
kmsan_unpoison_memory(to, n - left);
include/linux/instrumented.h
213
kmsan_unpoison_memory(&__tmp, sizeof(__tmp)); \
include/linux/kmsan-checks.h
37
void kmsan_unpoison_memory(const void *address, size_t size);
kernel/bpf/core.c
2330
kmsan_unpoison_memory(stack, sizeof(stack)); \
kernel/bpf/core.c
2344
kmsan_unpoison_memory(stack, sizeof(stack)); \
kernel/dma/swiotlb.c
915
kmsan_unpoison_memory(vaddr, sz);
kernel/dma/swiotlb.c
934
kmsan_unpoison_memory(vaddr, size);
kernel/kcov.c
162
kmsan_unpoison_memory(&area->list, sizeof(area->list));
kernel/trace/ftrace.c
8531
kmsan_unpoison_memory(fregs, ftrace_regs_size());
lib/crypto/arm64/sha256.h
69
kmsan_unpoison_memory(out1, SHA256_DIGEST_SIZE);
lib/crypto/arm64/sha256.h
70
kmsan_unpoison_memory(out2, SHA256_DIGEST_SIZE);
lib/crypto/s390/sha3.h
80
kmsan_unpoison_memory(&state, out_len);
lib/crypto/x86/sha256.h
64
kmsan_unpoison_memory(out1, SHA256_DIGEST_SIZE);
lib/crypto/x86/sha256.h
65
kmsan_unpoison_memory(out2, SHA256_DIGEST_SIZE);
lib/iomap.c
364
kmsan_unpoison_memory(dst, count);
lib/iomap.c
370
kmsan_unpoison_memory(dst, count * 2);
lib/iomap.c
376
kmsan_unpoison_memory(dst, count * 4);
lib/stackdepot.c
488
kmsan_unpoison_memory(stack, record_size);
lib/stackdepot.c
770
kmsan_unpoison_memory(entries, sizeof(*entries));
lib/zlib_dfltcc/dfltcc_util.h
72
kmsan_unpoison_memory(param, sizeof(struct dfltcc_qaf_param));
lib/zlib_dfltcc/dfltcc_util.h
75
kmsan_unpoison_memory(param, offsetof(struct dfltcc_param_v0, csb));
lib/zlib_dfltcc/dfltcc_util.h
78
kmsan_unpoison_memory(param, sizeof(struct dfltcc_param_v0));
lib/zlib_dfltcc/dfltcc_util.h
79
kmsan_unpoison_memory(
lib/zlib_dfltcc/dfltcc_util.h
85
kmsan_unpoison_memory(param, sizeof(struct dfltcc_param_v0));
lib/zlib_dfltcc/dfltcc_util.h
86
kmsan_unpoison_memory(orig_t2, t2 - orig_t2);
mm/kmsan/hooks.c
411
EXPORT_SYMBOL(kmsan_unpoison_memory);
mm/kmsan/hooks.c
418
kmsan_unpoison_memory((void *)regs, sizeof(*regs));
mm/kmsan/kmsan_test.c
712
kmsan_unpoison_memory((char *)&b[0], 1);
mm/slub.c
9459
kmsan_unpoison_memory(name, p - name);
mm/slub.c
9562
kmsan_unpoison_memory(al, sizeof(*al));