Home
last modified time | relevance | path

Searched refs:DR7_TYPE_IO_RW (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c69 case DR7_TYPE_IO_RW: in hw_breakpoint_insert()
118 case DR7_TYPE_IO_RW: in hw_breakpoint_remove()
149 } else if (hw_breakpoint_type(new_dr7, i) == DR7_TYPE_IO_RW in cpu_x86_update_dr7()
191 case DR7_TYPE_IO_RW: in check_hw_breakpoints()
274 && hw_breakpoint_type(env->dr[7], reg) != DR7_TYPE_IO_RW) { in helper_set_dr()
301 if (hw_breakpoint_type(dr7, i) == DR7_TYPE_IO_RW in helper_bpt_io()
/openbmc/qemu/target/i386/
H A Dcpu.h295 #define DR7_TYPE_IO_RW 0x2 macro