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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp3474 const uint8_t u8TprPriority = (u8Tpr >> 4) & 0xf; local
3475 if (u8PendingPriority <= u8TprPriority)
3478 u32TprThreshold = u8TprPriority; /* Required for Vista 64-bit guest, see @bugref{6398}. */

Completed in 84 milliseconds