Searched refs:DR7_TYPE_IO_RW (Results 1 – 2 of 2) sorted by relevance
69 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()
295 #define DR7_TYPE_IO_RW 0x2 macro