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

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAll.cpp307 * @param u8TPR The new TPR.
309 VMMDECL(int) PDMApicSetTPR(PVMCPU pVCpu, uint8_t u8TPR) argument
316 pVM->pdm.s.Apic.CTX_SUFF(pfnSetTPR)(pVM->pdm.s.Apic.CTX_SUFF(pDevIns), pVCpu->idCpu, u8TPR);

Completed in 43 milliseconds