Lines Matching refs:kmsan_check_memory
308 kmsan_check_memory((char *)local_array, 8); in test_uninit_kmsan_check_memory()
331 kmsan_check_memory(page_address(pages[i]), PAGE_SIZE); in test_init_kmsan_vmap_vunmap()
359 kmsan_check_memory(&buf[PAGE_SIZE * i], PAGE_SIZE); in test_init_vmalloc()
440 kmsan_check_memory((void *)&dst, sizeof(dst)); in test_init_memcpy()
458 kmsan_check_memory((void *)&dst, sizeof(dst)); in test_memcpy_aligned_to_aligned()
479 kmsan_check_memory((void *)&uninit_src, sizeof(uninit_src)); in test_memcpy_aligned_to_unaligned()
482 kmsan_check_memory((void *)dst, 4); in test_memcpy_aligned_to_unaligned()
485 kmsan_check_memory((void *)&dst[4], sizeof(uninit_src)); in test_memcpy_aligned_to_unaligned()
531 kmsan_check_memory((void *)&dst[0], 4); in test_memcpy_initialized_gap()
534 kmsan_check_memory((void *)&dst[2], 4); in test_memcpy_initialized_gap()
537 kmsan_check_memory((void *)&dst[4], 4); in test_memcpy_initialized_gap()
551 kmsan_check_memory((void *)&uninit, sizeof(uninit)); \
583 kmsan_check_memory((void *)&accum[last], sizeof(int)); in test_long_origin_chain()
612 kmsan_check_memory((void *)dst_entries, in test_stackdepot_roundtrip()
632 kmsan_check_memory((char *)&a[1], 3); in test_unpoison_memory()
639 kmsan_check_memory((char *)&b[1], 3); in test_unpoison_memory()