Searched refs:checker_watchpoints (Results 1 – 1 of 1) sorted by relevance
303 static struct watchpoint_map checker_watchpoints; variable308 if (!watchpoint_map_is_initialized(&checker_watchpoints)) { in check_and_set_watchpoint()309 watchpoint_map_init(&checker_watchpoints); in check_and_set_watchpoint()312 if (check_for_conflicts(&checker_watchpoints, address, size, access_type)) { in check_and_set_watchpoint()324 watchpoint_map_add(&checker_watchpoints, new_watchpoint); in check_and_set_watchpoint()333 if (watchpoint_map_find_remove(&checker_watchpoints, address, fibers_current, &removed_entry)) { in post_check_and_remove_watchpoint()