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

/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp2292 * uStackDpl The CPL, aka the DPL of the stack segment.
2294 static bool hmR3IsCodeSelectorOkForVmx(PCPUMSELREG pSel, unsigned uStackDpl) argument
2312 ? pSel->Attr.n.u2Dpl <= uStackDpl
2313 : pSel->Attr.n.u2Dpl == uStackDpl,
2314 ("u4Type=%#x u2Dpl=%u uStackDpl=%u\n", pSel->Attr.n.u4Type, pSel->Attr.n.u2Dpl, uStackDpl),

Completed in 94 milliseconds