Searched refs:BP_WATCHPOINT_HIT (Results 1 – 7 of 7) sorted by relevance
122 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_check_watchpoint()138 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_check_watchpoint()
677 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_handle_debug_exception()
74 && flags == (wp->flags & ~BP_WATCHPOINT_HIT)) { in cpu_watchpoint_remove()
187 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
213 env->cpu_watchpoint[i]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
1078 #define BP_WATCHPOINT_HIT (BP_MEM_ACCESS << BP_HIT_SHIFT) macro
273 if (!wp || !(wp->flags & BP_WATCHPOINT_HIT)) { in bp_wp_matches()