Searched refs:report_matches (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/mm/kmsan/ |
| H A D | kmsan_test.c | 173 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmalloc() 188 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmalloc() 200 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kzalloc() 211 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_stack_var() 222 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_stack_var() 262 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_params() 282 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_multiple_params() 309 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmsan_check_memory() 340 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmsan_vmap_vunmap() 361 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_vmalloc() [all …]
|
| /linux-6.15/kernel/kcsan/ |
| H A D | kcsan_test.c | 295 #define report_matches __report_matches macro 733 match_never = report_matches(&never); in test_basic() 765 match_never |= report_matches(&never); in test_concurrent_races() 792 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change() 824 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change_exception() 843 match_expect = report_matches(&expect); in test_unknown_origin() 866 match_expect = report_matches(&expect); in test_write_write_assume_atomic() 996 match_never = report_matches(&never); in test_zero_size_access() 1093 match_never |= report_matches(&never); in test_assert_exclusive_access_writer() 1182 match_expect_start |= report_matches(&expect_start1) || report_matches(&expect_start2); in test_assert_exclusive_access_scoped() [all …]
|
| /linux-6.15/mm/kfence/ |
| H A D | kfence_test.c | 343 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_read() 349 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_read() 367 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_write() 384 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_use_after_free_read() 415 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_double_free() 432 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_invalid_addr_free() 452 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption() 458 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption() 501 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_kmalloc_aligned_oob_read() 524 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_kmalloc_aligned_oob_write() [all …]
|