Searched refs:u8PendingPriority (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/VMM/VMMR0/ | ||
H A D | HMVMXR0.cpp | 3473 const uint8_t u8PendingPriority = (u8PendingIntr >> 4) & 0xf; local 3475 if (u8PendingPriority <= u8TprPriority) 3476 u32TprThreshold = u8PendingPriority; |
Completed in 866 milliseconds