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

/vbox/src/VBox/VMM/VMMAll/
H A DDBGFAll.cpp38 RTGCUINTREG uDr7 = X86_DR7_GD | X86_DR7_GE | X86_DR7_LE | X86_DR7_RA1_MASK;
H A DCPUMAllRegs.cpp1923 if (!(uGstDr7 & (X86_DR7_LE | X86_DR7_GE)))
1927 else if (!(uGstDr7 & X86_DR7_GE))
1950 RTGCUINTREG uNewDr7 = X86_DR7_GE | X86_DR7_LE | X86_DR7_RA1_MASK;
/vbox/include/iprt/
H A Dx86.h881 #define X86_DR7_GE RT_BIT(9) macro

Completed in 1105 milliseconds