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

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

Completed in 75 milliseconds