Searched refs:check_hw_breakpoints (Results 1 – 4 of 4) sorted by relevance
167 bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function217 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()231 check_hw_breakpoints(env, true); in breakpoint_handler()
28 check_hw_breakpoints(env, true); in helper_single_step()
118 bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update);
205 static uint32_t check_hw_breakpoints(CPUXtensaState *env) in check_hw_breakpoints() function227 cause = check_hw_breakpoints(env); in xtensa_breakpoint_handler()