Searched refs:eax_base_mhz (Results 1 – 1 of 1) sorted by relevance
194 uint32_t eax_base_mhz, ebx_max_mhz, ecx_bus_mhz, edx; in native_calculate_tsc_cpuid_0x16() local196 cpuid_subleaf(0x16U, 0x0U, &eax_base_mhz, &ebx_max_mhz, &ecx_bus_mhz, &edx); in native_calculate_tsc_cpuid_0x16()197 tsc_hz = (uint64_t) eax_base_mhz * 1000000U; in native_calculate_tsc_cpuid_0x16()
Completed in 8 milliseconds