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

/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp1601 bool fPendingIntr;
1603 int rc = PDMApicGetTPR(pVCpu, &u8Tpr, &fPendingIntr, NULL /* pu8PendingIrq */);
1617 if (fPendingIntr)
1631 if (fPendingIntr)
H A DHMVMXR0.cpp3456 bool fPendingIntr = false; local
3459 rc = PDMApicGetTPR(pVCpu, &u8Tpr, &fPendingIntr, &u8PendingIntr);
3470 if (fPendingIntr)

Completed in 1422 milliseconds