Searched refs:matching_access (Results 1 – 4 of 4) sorted by relevance
/kernel/kcsan/ |
D | selftest.c | 88 if (WARN_ON(!matching_access(10, 1, 10, 1))) in test_matching_access() 90 if (WARN_ON(!matching_access(10, 2, 11, 1))) in test_matching_access() 92 if (WARN_ON(!matching_access(10, 1, 9, 2))) in test_matching_access() 94 if (WARN_ON(matching_access(10, 1, 11, 1))) in test_matching_access() 96 if (WARN_ON(matching_access(9, 1, 10, 1))) in test_matching_access() 105 if (WARN_ON(!matching_access(8, 8, 12, 0))) in test_matching_access()
|
D | encoding.h | 93 static __always_inline bool matching_access(unsigned long addr1, size_t size1, in matching_access() function
|
D | report.c | 616 …if (WARN_ON(!matching_access((unsigned long)other_info->ai.ptr & WATCHPOINT_ADDR_MASK, other_info-… in prepare_report_consumer() 620 if (!matching_access((unsigned long)other_info->ai.ptr, other_info->ai.size, in prepare_report_consumer()
|
D | core.c | 140 if (matching_access(wp_addr_masked, wp_size, addr_masked, size)) in find_watchpoint()
|