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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp3458 uint8_t u8PendingIntr = 0; local
3459 rc = PDMApicGetTPR(pVCpu, &u8Tpr, &fPendingIntr, &u8PendingIntr);
3473 const uint8_t u8PendingPriority = (u8PendingIntr >> 4) & 0xf;

Completed in 86 milliseconds