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

/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp1654 uint64_t u64Min = UINT64_MAX; local
1689 else if (u64 < u64Min)
1690 u64 = u64Min;
1761 pGVMM->uNsNextEmtWakeup = u64Min;

Completed in 51 milliseconds