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

/vbox/src/VBox/VMM/testcase/
H A DtstMicroRC.cpp67 uintptr_t uHandler = (uintptr_t)tstTrapHandlerNoErr; local
75 uHandler = (uintptr_t)tstTrapHandler;
76 pTst->aIDT[iIDT].Int.u16OffsetHigh = uHandler >> 16;
77 pTst->aIDT[iIDT].Int.u16OffsetLow = uHandler & 0xffff;
/vbox/src/VBox/VMM/VMMR3/
H A DVMMSwitcher.cpp159 uint64_t uHandler = HCPhysDst + paIdt[i].u16OffsetLow; local
160 paIdt[i].u16OffsetLow = (uint16_t)uHandler;
168 paIdt[i].u16OffsetHigh = (uint16_t)(uHandler >> 16);
169 paIdt[i].u32Reserved = (uint32_t)(uHandler >> 32);

Completed in 56 milliseconds