Searched defs:pGstDesc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DSELMInline.h103 * @param pGstDesc The guest descriptor table entry.
107 DECLINLINE(bool) selmIsGstDescGoodForSReg(PVMCPU pVCpu, PCCPUMSELREG pSReg, PCX86DESC pGstDesc, uint32_t iSReg, uint32_t uCpl) argument
113 if (!pGstDesc->Gen.u1Present)
119 if (!pGstDesc->Gen.u1DescType)
127 if ((pGstDesc->Gen.u4Type & (X86_SEL_TYPE_CODE | X86_SEL_TYPE_WRITE)) != X86_SEL_TYPE_WRITE)
132 if (uCpl > pGstDesc->Gen.u2Dpl)
134 Log(("selmIsGstDescGoodForSReg: CPL(%d) > DPL(%d)\n", uCpl, pGstDesc->Gen.u2Dpl));
142 if (!(pGstDesc->Gen.u4Type & X86_SEL_TYPE_CODE))
148 else if ((pGstDesc->Gen.u4Type & (X86_SEL_TYPE_CODE | X86_SEL_TYPE_READ)) == X86_SEL_TYPE_CODE)
154 if ( (pGstDesc
299 selmLoadHiddenSRegFromGuestDesc(PVMCPU pVCpu, PCPUMSELREG pSReg, PCX86DESC pGstDesc) argument
[all...]

Completed in 41 milliseconds