Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c1412 int check_hw_breakpoints(CPUState *env, int force_dr6_update) in check_hw_breakpoints() function
1445 if (check_hw_breakpoints(env, 0)) in breakpoint_handler()
1454 check_hw_breakpoints(env, 1); in breakpoint_handler()
Dcpu.h826 int check_hw_breakpoints(CPUX86State *env, int force_dr6_update);
Dop_helper.c1932 check_hw_breakpoints(env, 1); in helper_single_step()