Home
last modified time | relevance | path

Searched refs:wp_size (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c112 static bool run_test(int wr_size, int wp_size, int wr, int wp) in run_test() argument
143 if (!set_watchpoint(pid, wp_size, wp)) in run_test()
/Linux-v6.1/kernel/kcsan/
Dcore.c121 size_t wp_size; in find_watchpoint() local
131 &wp_size, &is_write)) in find_watchpoint()
138 if (matching_access(wp_addr_masked, wp_size, addr_masked, size)) in find_watchpoint()