Home
last modified time | relevance | path

Searched refs:matching_access (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/kernel/kcsan/
Dselftest.c87 if (WARN_ON(!matching_access(10, 1, 10, 1))) in test_matching_access()
89 if (WARN_ON(!matching_access(10, 2, 11, 1))) in test_matching_access()
91 if (WARN_ON(!matching_access(10, 1, 9, 2))) in test_matching_access()
93 if (WARN_ON(matching_access(10, 1, 11, 1))) in test_matching_access()
95 if (WARN_ON(matching_access(9, 1, 10, 1))) in test_matching_access()
104 if (WARN_ON(!matching_access(8, 8, 12, 0))) in test_matching_access()
Dencoding.h86 static __always_inline bool matching_access(unsigned long addr1, size_t size1, in matching_access() function
Dreport.c552 …if (WARN_ON(!matching_access((unsigned long)other_info->ai.ptr & WATCHPOINT_ADDR_MASK, other_info-… in prepare_report_consumer()
556 if (!matching_access((unsigned long)other_info->ai.ptr, other_info->ai.size, in prepare_report_consumer()
Dcore.c132 if (matching_access(wp_addr_masked, wp_size, addr_masked, size)) in find_watchpoint()