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

/vbox/src/VBox/VMM/include/
H A DSELMInline.h107 DECLINLINE(bool) selmIsGstDescGoodForSReg(PVMCPU pVCpu, PCCPUMSELREG pSReg, PCX86DESC pGstDesc, uint32_t iSReg, uint32_t uCpl) function
115 Log(("selmIsGstDescGoodForSReg: Not present\n"));
121 Log(("selmIsGstDescGoodForSReg: System descriptor\n"));
129 Log(("selmIsGstDescGoodForSReg: Stack must be writable\n"));
134 Log(("selmIsGstDescGoodForSReg: CPL(%d) > DPL(%d)\n", uCpl, pGstDesc->Gen.u2Dpl));
144 Log(("selmIsGstDescGoodForSReg: CS needs code segment\n"));
150 Log(("selmIsGstDescGoodForSReg: iSReg=%u execute only\n", iSReg));
163 Log(("selmIsGstDescGoodForSReg: iSReg=%u DPL=%u CPL=%u RPL=%u InRawMode=%u\n", iSReg,

Completed in 74 milliseconds