Searched refs:BP_WATCHPOINT_HIT (Results 1 – 4 of 4) sorted by relevance
849 #define BP_WATCHPOINT_HIT 0x08 macro
1404 && flags == (wp->flags & ~BP_WATCHPOINT_HIT)) { in cpu_watchpoint_remove()2957 wp->flags |= BP_WATCHPOINT_HIT; in check_watchpoint()2976 wp->flags &= ~BP_WATCHPOINT_HIT; in check_watchpoint()
215 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_handle_debug_exception()
1423 (env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT))) { in check_hw_breakpoints()