Home
last modified time | relevance | path

Searched refs:kmsan_check_memory (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/mm/kmsan/
H A Dkmsan_test.c308 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 Dhooks.c419 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 Diomap.c206 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 Dkmsan-checks.h47 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 Diomem.c54 kmsan_check_memory(from, n); in string_memcpy_toio()
/linux-6.15/arch/s390/include/asm/
H A Dchecksum.h27 kmsan_check_memory(buff, len); in cksm()
/linux-6.15/mm/
H A Dmaccess.c23 kmsan_check_memory(src, sizeof(type)); \
/linux-6.15/fs/bcachefs/
H A Dbtree_update.h136 kmsan_check_memory(k, bkey_bytes(&k->k)); in bch2_trans_update_buffered()
H A Dbtree_update.c515 kmsan_check_memory(k, bkey_bytes(&k->k)); in bch2_trans_update()
H A Dbtree_trans_commit.c167 kmsan_check_memory(insert, bkey_bytes(&insert->k)); in bch2_btree_bset_insert_key()