Home
last modified time | relevance | path

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

/linux/kernel/kcsan/
A Dselftest.c83 if (WARN_ON(!matching_access(10, 1, 10, 1))) in test_matching_access()
85 if (WARN_ON(!matching_access(10, 2, 11, 1))) in test_matching_access()
87 if (WARN_ON(!matching_access(10, 1, 9, 2))) in test_matching_access()
89 if (WARN_ON(matching_access(10, 1, 11, 1))) in test_matching_access()
91 if (WARN_ON(matching_access(9, 1, 10, 1))) in test_matching_access()
100 if (WARN_ON(!matching_access(8, 8, 12, 0))) in test_matching_access()
A Dencoding.h93 static __always_inline bool matching_access(unsigned long addr1, size_t size1, in matching_access() function
A Dreport.c606 …if (WARN_ON(!matching_access((unsigned long)other_info->ai.ptr & WATCHPOINT_ADDR_MASK, other_info-… in prepare_report_consumer()
610 if (!matching_access((unsigned long)other_info->ai.ptr, other_info->ai.size, in prepare_report_consumer()
A Dcore.c136 if (matching_access(wp_addr_masked, wp_size, addr_masked, size)) in find_watchpoint()

Completed in 8 milliseconds