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

/vbox/src/VBox/VMM/VMMR3/
H A DEM.cpp1413 unsigned uSS = pCtx->ss.Sel; local
1415 || (uSS & X86_SEL_RPL) == 3)
1440 if ((uSS & X86_SEL_RPL) == 2) /* ring 1 code is moved into ring 2, so we can't support ring-2 in that case. */
1442 Log2(("raw r0 mode refused: CPL %d\n", uSS & X86_SEL_RPL));
1447 else if ((uSS & X86_SEL_RPL) != 0)
1449 Log2(("raw r0 mode refused: CPL %d\n", uSS & X86_SEL_RPL));

Completed in 49 milliseconds