Searched refs:pIdte (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DTRPMR0.cpp78 PVBOXIDTE pIdte = &((PVBOXIDTE)Idtr.pIdt)[uActiveVector];
80 PVBOXIDTE64 pIdte = &((PVBOXIDTE64)Idtr.pIdt)[uActiveVector];
82 AssertMsgReturnVoid(pIdte->Gen.u1Present, ("The IDT entry (%d) is not present!\n", uActiveVector));
83 AssertMsgReturnVoid( pIdte->Gen.u3Type1 == VBOX_IDTE_TYPE1
84 || pIdte->Gen.u5Type2 == VBOX_IDTE_TYPE2_INT_32,
86 uActiveVector, pIdte->Gen.u3Type1, pIdte->Gen.u5Type2));
89 pfnHandler.off = VBOXIDTE_OFFSET(*pIdte);
90 pfnHandler.sel = pIdte->Gen.u16SegSel;
96 pfnHandler.off = VBOXIDTE64_OFFSET(*pIdte);
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DTRPM.cpp647 PVBOXIDTE pIdte = &pVM->trpm.s.aIdt[0]; local
649 for (unsigned i = 0; i < RT_ELEMENTS(pVM->trpm.s.aIdt); i++, pIdte++, pIdteTemplate++)
651 if ( pIdte->Gen.u1Present
673 pIdte->Gen.u16SegSel = SELMGetTrap8Selector(pVM);
674 pIdte->Gen.u16OffsetLow = 0;
675 pIdte->Gen.u16OffsetHigh = 0;
680 pIdte->Gen.u16OffsetLow = Offset & 0xffff;
681 pIdte->Gen.u16OffsetHigh = Offset >> 16;
682 pIdte->Gen.u16SegSel = SelCS;
1211 PVBOXIDTE pIdte local
1259 PVBOXIDTE pIdte = &pVM->trpm.s.aIdt[iTrap]; local
1375 PVBOXIDTE pIdte = &pVM->trpm.s.aIdt[iTrap]; local
[all...]

Completed in 56 milliseconds