Lines Matching refs:X86_SEL_LDT
1305 if (!(Sel & X86_SEL_LDT))
1564 Assert(!(SelTss & X86_SEL_LDT));
1835 Assert(!(SelLdt & X86_SEL_LDT));
1932 AssertReturn(!(SelTss & X86_SEL_LDT), false);
1953 || (!pVM->selm.s.GCSelTss && !(SelTss & X86_SEL_LDT)),
2110 if (!(Sel & X86_SEL_LDT))
2270 if ( !(Sel & X86_SEL_LDT)
2297 if (!(Sel & X86_SEL_LDT))
2409 if (!(Sel & X86_SEL_LDT))
2647 selmR3FormatDescriptor(paLDT[iLDT], (iLDT << X86_SEL_SHIFT) | X86_SEL_LDT, &szOutput[0], sizeof(szOutput));
2687 selmR3FormatDescriptor(LdtE, (iLdt << X86_SEL_SHIFT) | X86_SEL_LDT, &szOutput[0], sizeof(szOutput));
2694 pHlp->pfnPrintf(pHlp, "%04x - page not present (GCAddr=%RGv)\n", (iLdt << X86_SEL_SHIFT) | X86_SEL_LDT, GCPtrLdt);
2697 pHlp->pfnPrintf(pHlp, "%04x - read error rc=%Rrc GCAddr=%RGv\n", (iLdt << X86_SEL_SHIFT) | X86_SEL_LDT, rc, GCPtrLdt);