Lines Matching refs:access

149 	} access[2];  member
156 const bool is_assert = (r->access[0].type | r->access[1].type) & KCSAN_ACCESS_ASSERT; in report_matches()
175 if (r->access[1].fn) { in report_matches()
180 scnprintf(tmp[0], sizeof(tmp[0]), "%pS", r->access[0].fn); in report_matches()
181 scnprintf(tmp[1], sizeof(tmp[1]), "%pS", r->access[1].fn); in report_matches()
184 cmp < 0 ? r->access[0].fn : r->access[1].fn, in report_matches()
185 cmp < 0 ? r->access[1].fn : r->access[0].fn); in report_matches()
187 scnprintf(cur, end - cur, "%pS", r->access[0].fn); in report_matches()
197 if (!r->access[1].fn) in report_matches()
202 const int ty = r->access[i].type; in report_matches()
225 if (!r->access[1].fn) { in report_matches()
235 if (r->access[i].addr) /* Address is optional. */ in report_matches()
237 r->access[i].addr, r->access[i].size); in report_matches()
442 .access = { in test_basic()
448 .access = { in test_basic()
473 .access = { in test_concurrent_races()
480 .access = { in test_concurrent_races()
502 .access = { in test_novalue_change()
508 .access = { in test_novalue_change()
534 .access = { in test_novalue_change_exception()
540 .access = { in test_novalue_change_exception()
560 .access = { in test_unknown_origin()
582 .access = { in test_write_write_assume_atomic()
608 .access = { in test_write_write_struct()
630 .access = { in test_write_write_struct_part()
662 .access = { in test_read_plain_atomic_write()
683 .access = { in test_read_plain_atomic_rmw()
705 .access = { in test_zero_size_access()
711 .access = { in test_zero_size_access()
745 .access = { in test_assert_exclusive_writer()
763 .access = { in test_assert_exclusive_access()
781 .access = { in test_assert_exclusive_access_writer()
787 .access = { in test_assert_exclusive_access_writer()
793 .access = { in test_assert_exclusive_access_writer()
817 .access = { in test_assert_exclusive_bits_change()
848 .access = { in test_assert_exclusive_writer_scoped()
854 .access = { in test_assert_exclusive_writer_scoped()
875 .access = { in test_assert_exclusive_access_scoped()
881 .access = { expect_start1.access[0], expect_start1.access[0] }, in test_assert_exclusive_access_scoped()
884 .access = { in test_assert_exclusive_access_scoped()
989 .access = { in test_1bit_value_change()