Home
last modified time | relevance | path

Searched refs:expect_report (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/kernel/kcsan/
Dkcsan_test.c137 struct expect_report { struct
149 static bool report_matches(const struct expect_report *r) in report_matches() argument
431 const struct expect_report expect = { in test_basic()
437 static const struct expect_report never = { in test_basic()
462 const struct expect_report expect = { in test_concurrent_races()
469 static const struct expect_report never = { in test_concurrent_races()
491 const struct expect_report expect = { in test_novalue_change()
516 const struct expect_report expect = { in test_novalue_change_exception()
535 const struct expect_report expect = { in test_unknown_origin()
557 const struct expect_report expect = { in test_write_write_assume_atomic()
[all …]
/Linux-v5.15/mm/kfence/
Dkfence_test.c77 struct expect_report { struct
84 static const char *get_access_type(const struct expect_report *r) in get_access_type() argument
90 static bool report_matches(const struct expect_report *r) in report_matches()
315 struct expect_report expect = { in test_out_of_bounds_read()
349 struct expect_report expect = { in test_out_of_bounds_write()
367 struct expect_report expect = { in test_use_after_free_read()
383 struct expect_report expect = { in test_double_free()
398 struct expect_report expect = { in test_invalid_addr_free()
415 struct expect_report expect = { in test_corruption()
452 struct expect_report expect = { in test_kmalloc_aligned_oob_read()
[all …]