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

/vbox/src/VBox/VMM/include/
H A DSELMInline.h33 DECLINLINE(bool) selmIsShwDescGoodForSReg(PCCPUMSELREG pSReg, PCX86DESC pShwDesc, uint32_t iSReg, uint32_t uCpl) function
41 Log(("selmIsShwDescGoodForSReg: Not present\n"));
47 Log(("selmIsShwDescGoodForSReg: System descriptor\n"));
55 Log(("selmIsShwDescGoodForSReg: Stack must be writable\n"));
60 Log(("selmIsShwDescGoodForSReg: CPL(%d) > DPL(%d)\n", uCpl, pShwDesc->Gen.u2Dpl - pShwDesc->Gen.u1Available));
70 Log(("selmIsShwDescGoodForSReg: CS needs code segment\n"));
76 Log(("selmIsShwDescGoodForSReg: iSReg=%u execute only\n", iSReg));
86 Log(("selmIsShwDescGoodForSReg: iSReg=%u DPL=%u CPL=%u RPL=%u\n", iSReg,

Completed in 31 milliseconds