Home
last modified time | relevance | path

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

/linux/kernel/kcsan/
H A Dkcsan_test.c145 struct expect_report { struct
157 static bool __report_matches(const struct expect_report *r) in __report_matches() argument
264 static __always_inline const struct expect_report *
265 __report_set_scoped(struct expect_report *r, int accesses) in __report_set_scoped()
283 static bool report_matches_any_reordered(struct expect_report *r) in report_matches_any_reordered()
715 struct expect_report expect = { in test_basic()
721 struct expect_report never = { in test_basic()
746 struct expect_report expect = { in test_concurrent_races()
753 struct expect_report never = { in test_concurrent_races()
775 struct expect_report expect_rw = { in test_novalue_change()
[all …]
/linux/mm/kfence/
H A Dkfence_test.c83 struct expect_report { struct
90 static const char *get_access_type(const struct expect_report *r) in get_access_type() argument
96 static bool report_matches(const struct expect_report *r) in report_matches()
322 struct expect_report expect = { in test_out_of_bounds_read()
356 struct expect_report expect = { in test_out_of_bounds_write()
374 struct expect_report expect = { in test_use_after_free_read()
406 struct expect_report expect = { in test_double_free()
421 struct expect_report expect = { in test_invalid_addr_free()
438 struct expect_report expect = { in test_corruption()
475 struct expect_report expect = { in test_kmalloc_aligned_oob_read()
[all …]
/linux/mm/kmsan/
H A Dkmsan_test.c82 struct expect_report { struct
92 static bool report_matches(const struct expect_report *r) in report_matches() argument
152 struct expect_report e = { \