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

/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllRegs.cpp1082 uint8_t u8Tpr; local
1083 int rc = PDMApicGetTPR(pVCpu, &u8Tpr, NULL /* pfPending */, NULL /* pu8PendingIrq */);
1090 *pValue = u8Tpr >> 4; /* bits 7-4 contain the task priority that go in cr8, bits 3-0*/
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp3457 uint8_t u8Tpr = 0; local
3459 rc = PDMApicGetTPR(pVCpu, &u8Tpr, &fPendingIntr, &u8PendingIntr);
3468 pVCpu->hm.s.vmx.pbVirtApic[0x80] = u8Tpr; /* Offset 0x80 is TPR in the APIC MMIO range. */
3474 const uint8_t u8TprPriority = (u8Tpr >> 4) & 0xf;

Completed in 82 milliseconds