Searched refs:kmsan_unpoison_memory (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | kmsan-checks.h | 30 * kmsan_unpoison_memory() - Mark the memory range as initialized. 37 void kmsan_unpoison_memory(const void *address, size_t size); 70 static inline void kmsan_unpoison_memory(const void *address, size_t size) in kmsan_unpoison_memory() function
|
H A D | instrumented.h | 147 kmsan_unpoison_memory(to, n - left); in instrument_copy_from_user_after() 161 kmsan_unpoison_memory(&__tmp, sizeof(__tmp)); \
|
H A D | highmem.h | 311 kmsan_unpoison_memory(page_address(to), PAGE_SIZE); in copy_user_highpage() 351 kmsan_unpoison_memory(page_address(to), PAGE_SIZE); in copy_mc_user_highpage()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | page_64.h | 52 kmsan_unpoison_memory(page, PAGE_SIZE); in clear_page()
|
/kernel/linux/linux-6.6/lib/ |
H A D | iomap.c | 364 kmsan_unpoison_memory(dst, count); in ioread8_rep() 370 kmsan_unpoison_memory(dst, count * 2); in ioread16_rep() 376 kmsan_unpoison_memory(dst, count * 4); in ioread32_rep()
|
H A D | stackdepot.c | 314 kmsan_unpoison_memory(stack, required_size); in depot_alloc_stack() 478 kmsan_unpoison_memory(entries, sizeof(*entries)); in stack_depot_fetch()
|
/kernel/linux/linux-6.6/mm/kmsan/ |
H A D | hooks.c | 374 void kmsan_unpoison_memory(const void *address, size_t size) in kmsan_unpoison_memory() function 389 EXPORT_SYMBOL(kmsan_unpoison_memory); variable 392 * Version of kmsan_unpoison_memory() that can be called from within the KMSAN 398 * Using kmsan_unpoison_memory() is not an option in entry code, because the 400 * kmsan_unpoison_memory() are ignored. kmsan_unpoison_entry_regs() ensures that
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | iomem.c | 42 kmsan_unpoison_memory(to, n); in string_memcpy_fromio()
|
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | libps2.c | 358 kmsan_unpoison_memory(param, receive); in __ps2_command()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kcov.c | 161 kmsan_unpoison_memory(&area->list, sizeof(area->list)); in kcov_remote_area_put()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 6135 kmsan_unpoison_memory(name, p - name); in create_unique_id() 6234 kmsan_unpoison_memory(al, sizeof(*al)); in sysfs_slab_alias()
|
Completed in 15 milliseconds