Home
last modified time | relevance | path

Searched refs:check_hw_breakpoints (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c167 bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update) in check_hw_breakpoints() function
217 if (check_hw_breakpoints(env, false)) { in breakpoint_handler()
231 check_hw_breakpoints(env, true); in breakpoint_handler()
/openbmc/qemu/target/i386/tcg/
H A Dbpt_helper.c28 check_hw_breakpoints(env, true); in helper_single_step()
H A Dhelper-tcg.h118 bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update);
/openbmc/qemu/target/xtensa/
H A Dhelper.c205 static uint32_t check_hw_breakpoints(CPUXtensaState *env) in check_hw_breakpoints() function
227 cause = check_hw_breakpoints(env); in xtensa_breakpoint_handler()