Searched refs:kmsan_check_memory (Results 1 – 7 of 7) sorted by relevance
/linux/mm/kmsan/ |
H A D | kmsan_test.c | 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() [all …]
|
H A D | hooks.c | 419 void kmsan_check_memory(const void *addr, size_t size) in kmsan_check_memory() function 426 EXPORT_SYMBOL(kmsan_check_memory);
|
/linux/lib/ |
H A D | iomap.c | 206 kmsan_check_memory(&val, sizeof(val)); in iowrite8() 212 kmsan_check_memory(&val, sizeof(val)); in iowrite16() 218 kmsan_check_memory(&val, sizeof(val)); in iowrite16be() 224 kmsan_check_memory(&val, sizeof(val)); in iowrite32() 230 kmsan_check_memory(&val, sizeof(val)); in iowrite32be() 267 kmsan_check_memory(&val, sizeof(val)); in __iowrite64_lo_hi() 275 kmsan_check_memory(&val, sizeof(val)); in __iowrite64_hi_lo() 283 kmsan_check_memory(&val, sizeof(val)); in __iowrite64be_lo_hi() 291 kmsan_check_memory(&val, sizeof(val)); in __iowrite64be_hi_lo() 385 kmsan_check_memory(src, count); in iowrite8_rep() [all …]
|
/linux/mm/ |
H A D | maccess.c | 17 * The below only uses kmsan_check_memory() to ensure uninitialized kernel 23 kmsan_check_memory(src, sizeof(type)); \
|
/linux/fs/bcachefs/ |
H A D | btree_update.h | 179 kmsan_check_memory(k, bkey_bytes(&k->k)); in bch2_trans_update_buffered()
|
H A D | btree_update.c | 497 kmsan_check_memory(k, bkey_bytes(&k->k)); in bch2_trans_update_ip()
|
H A D | btree_trans_commit.c | 169 kmsan_check_memory(insert, bkey_bytes(&insert->k)); in bch2_btree_bset_insert_key()
|