• Home
  • Raw
  • Download

Lines Matching refs:access

144 	} access[2];  member
151 const bool is_assert = (r->access[0].type | r->access[1].type) & KCSAN_ACCESS_ASSERT; in report_matches()
174 if (r->access[1].fn) { in report_matches()
179 scnprintf(tmp[0], sizeof(tmp[0]), "%pS", r->access[0].fn); in report_matches()
180 scnprintf(tmp[1], sizeof(tmp[1]), "%pS", r->access[1].fn); in report_matches()
183 cmp < 0 ? r->access[0].fn : r->access[1].fn, in report_matches()
184 cmp < 0 ? r->access[1].fn : r->access[0].fn); in report_matches()
186 scnprintf(cur, end - cur, "%pS", r->access[0].fn); in report_matches()
196 if (!r->access[1].fn) in report_matches()
201 const int ty = r->access[i].type; in report_matches()
222 if (!r->access[1].fn) { in report_matches()
232 if (r->access[i].addr) /* Address is optional. */ in report_matches()
234 r->access[i].addr, r->access[i].size); in report_matches()
437 .access = { in test_basic()
443 .access = { in test_basic()
468 .access = { in test_concurrent_races()
475 .access = { in test_concurrent_races()
497 .access = { in test_novalue_change()
522 .access = { in test_novalue_change_exception()
541 .access = { in test_unknown_origin()
563 .access = { in test_write_write_assume_atomic()
589 .access = { in test_write_write_struct()
611 .access = { in test_write_write_struct_part()
643 .access = { in test_read_plain_atomic_write()
665 .access = { in test_read_plain_atomic_rmw()
688 .access = { in test_zero_size_access()
694 .access = { in test_zero_size_access()
728 .access = { in test_assert_exclusive_writer()
746 .access = { in test_assert_exclusive_access()
764 .access = { in test_assert_exclusive_access_writer()
770 .access = { in test_assert_exclusive_access_writer()
776 .access = { in test_assert_exclusive_access_writer()
800 .access = { in test_assert_exclusive_bits_change()
831 .access = { in test_assert_exclusive_writer_scoped()
837 .access = { in test_assert_exclusive_writer_scoped()
858 .access = { in test_assert_exclusive_access_scoped()
864 .access = { expect_start1.access[0], expect_start1.access[0] }, in test_assert_exclusive_access_scoped()
867 .access = { in test_assert_exclusive_access_scoped()
972 .access = { in test_1bit_value_change()