Searched refs:BP_WATCHPOINT_HIT (Results 1 – 4 of 4) sorted by relevance
422 #define BP_WATCHPOINT_HIT 0x08 macro
278 && flags == (wp->flags & ~BP_WATCHPOINT_HIT)) { in cpu_watchpoint_remove()1566 wp->flags |= BP_WATCHPOINT_HIT; in check_watchpoint()1580 wp->flags &= ~BP_WATCHPOINT_HIT; in check_watchpoint()
205 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_handle_debug_exception()
1406 (env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT))) { in check_hw_breakpoints()