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

/vbox/src/VBox/VMM/VMMAll/
H A DSELMAll.cpp71 if (!(Sel & X86_SEL_LDT))
344 if (!(Sel & X86_SEL_LDT))
557 if (!(Sel & X86_SEL_LDT))
561 AssertReturnVoid((Sel | X86_SEL_RPL | X86_SEL_LDT) <= pCtx->gdtr.cbGdt);
575 AssertReturnVoid((Sel | X86_SEL_RPL | X86_SEL_LDT) <= pCtx->ldtr.u32Limit);
646 if (!(SelCS & X86_SEL_LDT))
H A DIEMAllCImpl.cpp.h958 if (uSelTss & X86_SEL_LDT)
2915 if (uSelRet & X86_SEL_LDT)
4155 if (uSel & X86_SEL_LDT)
4502 if (uNewLdt & X86_SEL_LDT)
4628 if (uNewTr & X86_SEL_LDT)
H A DIEMAll.cpp8065 if (uSel & X86_SEL_LDT)
8100 else if ((uint32_t)(uSel | X86_SEL_RPL_LDT) + 8 <= (uSel & X86_SEL_LDT ? pCtx->ldtr.u32Limit : pCtx->gdtr.cbGdt))
8163 RTGCPTR GCPtr = uSel & X86_SEL_LDT
/vbox/src/VBox/VMM/VMMR3/
H A DSELM.cpp1305 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,
[all...]
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp2883 if ((selValue) & (X86_SEL_RPL | X86_SEL_LDT)) \
2886 if ((selValue) & X86_SEL_LDT) \
2980 Assert(!(uSelCS & X86_SEL_RPL)); Assert(!(uSelCS & X86_SEL_LDT));
2981 Assert(!(uSelSS & X86_SEL_RPL)); Assert(!(uSelSS & X86_SEL_LDT));
2982 Assert(!(uSelDS & X86_SEL_RPL)); Assert(!(uSelDS & X86_SEL_LDT));
2983 Assert(!(uSelES & X86_SEL_RPL)); Assert(!(uSelES & X86_SEL_LDT));
2984 Assert(!(uSelFS & X86_SEL_RPL)); Assert(!(uSelFS & X86_SEL_LDT));
2985 Assert(!(uSelGS & X86_SEL_RPL)); Assert(!(uSelGS & X86_SEL_LDT));
2986 Assert(!(uSelTR & X86_SEL_RPL)); Assert(!(uSelTR & X86_SEL_LDT));
9637 || !(pCtx->ldtr.Sel & X86_SEL_LDT), VMX_IGS_LDTR_TI_INVALI
[all...]
/vbox/include/iprt/
H A Dx86.h3619 #define X86_SEL_LDT 0x0004U macro
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp2030 RTSEL SelTable = fGdt ? 0 : X86_SEL_LDT;
/vbox/src/recompiler/target-i386/
H A Dop_helper.c214 SegmentCache *dt = selector & X86_SEL_LDT ? &env->ldt : &env->gdt;

Completed in 399 milliseconds