Searched refs:u8Tpr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp1602 uint8_t u8Tpr;
1603 int rc = PDMApicGetTPR(pVCpu, &u8Tpr, &fPendingIntr, NULL /* pu8PendingIrq */);
1614 pCtx->msrLSTAR = u8Tpr;
1628 pVmcb->ctrl.IntCtrl.n.u8VTPR = (u8Tpr >> 4);
3961 uint8_t u8Tpr;
3972 int rc = PDMApicGetTPR(pVCpu, &u8Tpr, &fPending, NULL /* pu8PendingIrq */);
3975 rc = DISWriteReg32(CPUMCTX2CORE(pCtx), pPatch->uDstOperand, u8Tpr);
3989 u8Tpr = u32Val;
3992 u8Tpr = (uint8_t)pPatch->uSrcOperand;
3994 int rc2 = PDMApicSetTPR(pVCpu, u8Tpr);
[all...]
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;
/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*/

Completed in 2449 milliseconds