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

/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp928 uint64_t u64Hz; local
936 u64Hz = pGip->u64CpuHz;
937 if (u64Hz < _1T && u64Hz > _1M)
938 return u64Hz;
941 u64Hz = SUPGetCpuHzFromGip(pGip);
942 if (u64Hz < _1T && u64Hz > _1M)
943 return u64Hz;
997 u64Hz
1290 uint64_t u64Hz; local
[all...]

Completed in 49 milliseconds