Home
last modified time | relevance | path

Searched refs:cpu_hz (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1199 uint64_t cpu_hz; in mach_calchz() local
1205 cpu_hz = ((uint64_t)PIT_HZ * *processor_clks) / pit_counter; in mach_calchz()
1207 return (cpu_hz); in mach_calchz()
1217 uint64_t cpu_hz; in mach_getcpufreq() local
1238 cpu_hz = 1000 * xpv_cpu_khz(); in mach_getcpufreq()
1240 cpu_hz = (UINT64_C(1000000000) << 32) / vti->tsc_to_system_mul; in mach_getcpufreq()
1243 cpu_hz <<= -vti->tsc_shift; in mach_getcpufreq()
1245 cpu_hz >>= vti->tsc_shift; in mach_getcpufreq()
1251 vti->tsc_to_system_mul, vti->tsc_shift, cpu_hz); in mach_getcpufreq()
1253 return (cpu_hz); in mach_getcpufreq()