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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp3473 const uint8_t u8PendingPriority = (u8PendingIntr >> 4) & 0xf; local
3475 if (u8PendingPriority <= u8TprPriority)
3476 u32TprThreshold = u8PendingPriority;

Completed in 96 milliseconds