Searched refs:X86_SEL_RPL_LDT (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DSELM.cpp2115 if ((Sel | X86_SEL_RPL_LDT) > Gdtr.cbGdt)
2125 if ((Sel | X86_SEL_RPL_LDT) > cbLimit)
2271 && ( pVM->selm.s.aHyperSel[SELM_HYPER_SEL_CS] == (Sel & X86_SEL_RPL_LDT)
2272 || pVM->selm.s.aHyperSel[SELM_HYPER_SEL_DS] == (Sel & X86_SEL_RPL_LDT)
2273 || pVM->selm.s.aHyperSel[SELM_HYPER_SEL_CS64] == (Sel & X86_SEL_RPL_LDT)
2274 || pVM->selm.s.aHyperSel[SELM_HYPER_SEL_TSS] == (Sel & X86_SEL_RPL_LDT)
2275 || pVM->selm.s.aHyperSel[SELM_HYPER_SEL_TSS_TRAP08] == (Sel & X86_SEL_RPL_LDT))
2302 if ((Sel | X86_SEL_RPL_LDT) > Gdtr.cbGdt)
2312 if ((Sel | X86_SEL_RPL_LDT) > cbLimit)
H A DHM.cpp2561 if ((pCtx->tr.Sel | X86_SEL_RPL_LDT) > pCtx->gdtr.cbGdt)
2566 else if ((pCtx->ldtr.Sel | X86_SEL_RPL_LDT) > pCtx->gdtr.cbGdt)
/vbox/src/VBox/VMM/VMMAll/
H A DSELMAll.cpp347 && (Sel | X86_SEL_RPL_LDT) > pVM->selm.s.GuestGdtr.cbGdt)
353 if ((Sel | X86_SEL_RPL_LDT) > pVM->selm.s.cbLdtLimit)
H A DIEMAll.cpp8068 || (uSel | X86_SEL_RPL_LDT) > pCtx->ldtr.u32Limit )
8081 if ((uSel | X86_SEL_RPL_LDT) > pCtx->gdtr.cbGdt)
8100 else if ((uint32_t)(uSel | X86_SEL_RPL_LDT) + 8 <= (uSel & X86_SEL_LDT ? pCtx->ldtr.u32Limit : pCtx->gdtr.cbGdt))
8101 rcStrict = iemMemFetchSysU64(pIemCpu, &pDesc->Long.au64[1], UINT8_MAX, GCPtrBase + (uSel | X86_SEL_RPL_LDT) + 1);
H A DIEMAllCImpl.cpp.h4158 || (uSel | X86_SEL_RPL_LDT) > pCtx->ldtr.u32Limit )
4164 if ((uSel | X86_SEL_RPL_LDT) > pCtx->gdtr.cbGdt)
/vbox/include/iprt/
H A Dx86.h3631 #define X86_SEL_RPL_LDT 0x0007U macro
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp3070 AssertMsgReturn((uSelTR | X86_SEL_RPL_LDT) <= Gdtr.cbGdt,

Completed in 539 milliseconds