Home
last modified time | relevance | path

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

/openbmc/linux/kernel/kcsan/
H A Dselftest.c81 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 Dencoding.h93 static __always_inline bool matching_access(unsigned long addr1, size_t size1, in matching_access() function
H A Dreport.c616 …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()
H A Dcore.c140 if (matching_access(wp_addr_masked, wp_size, addr_masked, size)) in find_watchpoint()