Searched refs:BP_WATCHPOINT_HIT (Results 1 – 7 of 7) sorted by relevance
121 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_check_watchpoint()140 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_check_watchpoint()
702 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_handle_debug_exception()
72 && flags == (wp->flags & ~BP_WATCHPOINT_HIT)) { in cpu_watchpoint_remove()
187 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
211 env->cpu_watchpoint[i]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
1099 #define BP_WATCHPOINT_HIT (BP_MEM_ACCESS << BP_HIT_SHIFT) macro
271 if (!wp || !(wp->flags & BP_WATCHPOINT_HIT)) { in bp_wp_matches()