Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dkcsan-test.c135 struct expect_report { struct
147 static bool report_matches(const struct expect_report *r) in report_matches() argument
421 const struct expect_report expect = { in test_basic()
427 static const struct expect_report never = { in test_basic()
452 const struct expect_report expect = { in test_concurrent_races()
459 static const struct expect_report never = { in test_concurrent_races()
481 const struct expect_report expect = { in test_novalue_change()
506 const struct expect_report expect = { in test_novalue_change_exception()
525 const struct expect_report expect = { in test_unknown_origin()
547 const struct expect_report expect = { in test_write_write_assume_atomic()
[all …]
/OK3568_Linux_fs/kernel/mm/kfence/
H A Dkfence_test.c70 struct expect_report { struct
77 static const char *get_access_type(const struct expect_report *r) in get_access_type() argument
83 static bool report_matches(const struct expect_report *r) in report_matches()
303 struct expect_report expect = { in test_out_of_bounds_read()
337 struct expect_report expect = { in test_out_of_bounds_write()
355 struct expect_report expect = { in test_use_after_free_read()
371 struct expect_report expect = { in test_double_free()
386 struct expect_report expect = { in test_invalid_addr_free()
403 struct expect_report expect = { in test_corruption()
440 struct expect_report expect = { in test_kmalloc_aligned_oob_read()
[all …]