Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/kcsan/
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-6.1.9/mm/kfence/
Dkfence_test.c82 struct expect_report { struct
89 static const char *get_access_type(const struct expect_report *r) in get_access_type() argument
95 static bool report_matches(const struct expect_report *r) in report_matches()
319 struct expect_report expect = { in test_out_of_bounds_read()
353 struct expect_report expect = { in test_out_of_bounds_write()
371 struct expect_report expect = { in test_use_after_free_read()
387 struct expect_report expect = { in test_double_free()
402 struct expect_report expect = { in test_invalid_addr_free()
419 struct expect_report expect = { in test_corruption()
456 struct expect_report expect = { in test_kmalloc_aligned_oob_read()
[all …]
/linux-6.1.9/mm/kmsan/
Dkmsan_test.c71 struct expect_report { struct
81 static bool report_matches(const struct expect_report *r) in report_matches() argument
141 struct expect_report e = { \