Searched refs:kmsan_check_memory (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/mm/kmsan/ |
| H A D | kmsan_test.c | 308 kmsan_check_memory((char *)local_array, 8); in test_uninit_kmsan_check_memory() 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() 482 kmsan_check_memory((void *)dst, 4); 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() 612 kmsan_check_memory((void *)dst_entries, in test_stackdepot_roundtrip() 632 kmsan_check_memory((char *)&a[1], 3); in test_unpoison_memory() [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-6.15/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() 385 kmsan_check_memory(src, count); in iowrite8_rep() 391 kmsan_check_memory(src, count * 2); in iowrite16_rep() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | kmsan-checks.h | 47 void kmsan_check_memory(const void *address, size_t size); 84 static inline void kmsan_check_memory(const void *address, size_t size) in kmsan_check_memory() function
|
| /linux-6.15/arch/x86/lib/ |
| H A D | iomem.c | 54 kmsan_check_memory(from, n); in string_memcpy_toio()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | checksum.h | 27 kmsan_check_memory(buff, len); in cksm()
|
| /linux-6.15/mm/ |
| H A D | maccess.c | 23 kmsan_check_memory(src, sizeof(type)); \
|
| /linux-6.15/fs/bcachefs/ |
| H A D | btree_update.h | 136 kmsan_check_memory(k, bkey_bytes(&k->k)); in bch2_trans_update_buffered()
|
| H A D | btree_update.c | 515 kmsan_check_memory(k, bkey_bytes(&k->k)); in bch2_trans_update()
|
| H A D | btree_trans_commit.c | 167 kmsan_check_memory(insert, bkey_bytes(&insert->k)); in bch2_btree_bset_insert_key()
|