Searched refs:matching_access (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/kcsan/ |
| H A D | selftest.c | 81 if (WARN_ON(!matching_access(10, 1, 10, 1))) in test_matching_access() 83 if (WARN_ON(!matching_access(10, 2, 11, 1))) in test_matching_access() 85 if (WARN_ON(!matching_access(10, 1, 9, 2))) in test_matching_access() 87 if (WARN_ON(matching_access(10, 1, 11, 1))) in test_matching_access() 89 if (WARN_ON(matching_access(9, 1, 10, 1))) in test_matching_access() 98 if (WARN_ON(!matching_access(8, 8, 12, 0))) in test_matching_access()
|
| H A D | encoding.h | 93 static __always_inline bool matching_access(unsigned long addr1, size_t size1, in matching_access() function
|
| H A D | core.c | 140 if (matching_access(wp_addr_masked, wp_size, addr_masked, size)) in find_watchpoint()
|