Searched refs:u1Available (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/VMM/include/ |
H A D | SELMInline.h | 58 if (uCpl > (unsigned)pShwDesc->Gen.u2Dpl - pShwDesc->Gen.u1Available) 60 Log(("selmIsShwDescGoodForSReg: CPL(%d) > DPL(%d)\n", uCpl, pShwDesc->Gen.u2Dpl - pShwDesc->Gen.u1Available)); 82 && ( ( (pSReg->Sel & X86_SEL_RPL) > (unsigned)pShwDesc->Gen.u2Dpl - pShwDesc->Gen.u1Available 83 && (pSReg->Sel & X86_SEL_RPL) != pShwDesc->Gen.u1Available ) 84 || uCpl > (unsigned)pShwDesc->Gen.u2Dpl - pShwDesc->Gen.u1Available ) ) 87 pShwDesc->Gen.u2Dpl - pShwDesc->Gen.u1Available, uCpl, pSReg->Sel & X86_SEL_RPL)); 204 pDesc->Gen.u1Available = 1; 213 pDesc->Gen.u1Available = 1; 217 pDesc->Gen.u1Available = 0; 247 || pSReg->Attr.n.u2Dpl != pShwDesc->Gen.u2Dpl - pShwDesc->Gen.u1Available) [all...] |
/vbox/include/iprt/ |
H A D | x86.h | 2845 unsigned u1Available : 1; member in struct:X86DESCATTRBITS 2916 unsigned u1Available : 1; member in struct:X86DESCGENERIC 2944 #define X86DESCGENERIC_BIT_OFF_AVAILABLE (52) /**< Bit offset of X86DESCGENERIC::u1Available. */ 3078 unsigned u1Available : 1; member in struct:X86DESC64GENERIC 3127 unsigned u1Available : 1; member in struct:X86DESC64SYSTEM
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | SELM.cpp | 346 pDesc->Gen.u1Available = 0; 362 pDesc->Gen.u1Available = 0; 378 pDesc->Gen.u1Available = 0; 397 pDesc->Gen.u1Available = 0; 416 pDesc->Gen.u1Available = 0; 1189 pDesc->Gen.u1Available = 0; 2075 || pDesc->Gen.u1Available != 0
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCEmulateCodeView.cpp | 1758 pDesc->Gen.u1Available, pDesc->Gen.u1Long, pszHyper); 1813 pDesc->Gen.u1Available, pDesc->Gen.u1Long | (pDesc->Gen.u1DefBig << 1), 1909 pDesc->Gen.u1Available, pDesc->Gen.u1Long, pszHyper); 1963 pDesc->Gen.u1Available, pDesc->Gen.u1Long | (pDesc->Gen.u1DefBig << 1),
|
Completed in 944 milliseconds