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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h1021 IEMSELDESC DescCS;
1054 rcStrict = iemMemFetchSelDesc(pIemCpu, &DescCS, uNewCS, X86_XCPT_GP);
1059 if ( !DescCS.Legacy.Gen.u1DescType
1060 || !(DescCS.Legacy.Gen.u4Type & X86_SEL_TYPE_CODE) )
1063 uNewCS, uNewRip, DescCS.Legacy.Gen.u1DescType, DescCS.Legacy.Gen.u4Type));
1070 if (DescCS.Legacy.Gen.u4Type & X86_SEL_TYPE_CONF)
1072 if (DescCS.Legacy.Gen.u2Dpl > pIemCpu->uCpl)
1075 uNewCS, DescCS.Legacy.Gen.u2Dpl, pIemCpu->uCpl));
1081 if (DescCS
3023 IEMSELDESC DescCS; local
3386 IEMSELDESC DescCS; local
[all...]
H A DIEMAll.cpp3010 IEMSELDESC DescCS; local
3011 rcStrict = iemMemFetchSelDesc(pIemCpu, &DescCS, uNewCS, X86_XCPT_TS);
3019 if ( !DescCS.Legacy.Gen.u1DescType
3020 || !(DescCS.Legacy.Gen.u4Type & X86_SEL_TYPE_CODE))
3023 DescCS.Legacy.Gen.u1DescType, DescCS.Legacy.Gen.u4Type));
3028 if ( (DescCS.Legacy.Gen.u4Type & X86_SEL_TYPE_CONF)
3029 && DescCS.Legacy.Gen.u2Dpl > (uNewCS & X86_SEL_RPL))
3031 Log(("iemTaskSwitch: confirming CS DPL > RPL. uNewCS=%#x u4Type=%#x DPL=%u -> #TS\n", uNewCS, DescCS.Legacy.Gen.u4Type,
3032 DescCS
3314 IEMSELDESC DescCS; local
3677 IEMSELDESC DescCS; local
[all...]

Completed in 65 milliseconds