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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h897 || pDesc->Legacy.Gate.u2Dpl < (uSel & X86_SEL_RPL))
900 pIemCpu->uCpl, (uSel & X86_SEL_RPL)));
938 || pDesc->Legacy.Gate.u2Dpl < (uSel & X86_SEL_RPL))
941 pIemCpu->uCpl, (uSel & X86_SEL_RPL)));
1036 || pDesc->Legacy.Gate.u2Dpl < (uSel & X86_SEL_RPL))
1039 pIemCpu->uCpl, (uSel & X86_SEL_RPL)));
1208 uNewCSDpl = uNewCS & X86_SEL_RPL;
1293 if ( (DescCS.Legacy.Gen.u2Dpl != (uNewSS & X86_SEL_RPL))
1767 if ((uSel & X86_SEL_RPL) > pIemCpu->uCpl)
1769 Log(("jmpf %04x:%08RX64 -> RPL > DPL; RPL=%d CPL=%u\n", uSel, offSeg, (uSel & X86_SEL_RPL), pIemCp
3215 pIemCpu->uCpl, uNewCs & X86_SEL_RPL, pCtx->cs.Sel, pCtx->eip, local
[all...]
/vbox/include/iprt/
H A Dx86.h3624 #define X86_SEL_RPL 0x0003U macro

Completed in 54 milliseconds