Searched refs:X86_DR7_RW_IO (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DDBGFAll.cpp143 return ( pVM->dbgf.s.aHwBreakpoints[0].u.Reg.fType == X86_DR7_RW_IO
147 || ( pVM->dbgf.s.aHwBreakpoints[1].u.Reg.fType == X86_DR7_RW_IO
151 || ( pVM->dbgf.s.aHwBreakpoints[2].u.Reg.fType == X86_DR7_RW_IO
155 || ( pVM->dbgf.s.aHwBreakpoints[3].u.Reg.fType == X86_DR7_RW_IO
189 if ( pVM->dbgf.s.aHwBreakpoints[iBp].u.Reg.fType == X86_DR7_RW_IO
220 && X86_DR7_GET_RW(uDr7, iBp) == X86_DR7_RW_IO)
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFBp.cpp465 case X86_DR7_RW_IO:
/vbox/include/iprt/
H A Dx86.h948 #define X86_DR7_RW_IO 2U macro
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp420 case 'i': fType = X86_DR7_RW_IO; break;
663 case X86_DR7_RW_IO: chType = 'i'; break;

Completed in 1814 milliseconds