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

/vbox/src/VBox/VMM/VMMR3/
H A DTRPM.cpp1124 X86DESC Idte3; local
1125 rc = PGMPhysSimpleReadGCPtr(pVCpu, &Idte3, IDTR.pIdt + sizeof(Idte3) * 3, sizeof(Idte3));
1133 pVM->trpm.s.aIdt[3].Gen.u2DPL = RT_MAX(Idte3.Gen.u2Dpl, 1);
1135 pVM->trpm.s.aIdt[3].Gen.u2DPL = Idte3.Gen.u2Dpl;

Completed in 37 milliseconds