Searched refs:CPUID_LEAF_FREQ (Results 1 – 2 of 2) sorted by relevance
30 #define CPUID_LEAF_FREQ 0x16 macro
706 if (crystal_khz == 0 && boot_cpu_data.cpuid_level >= CPUID_LEAF_FREQ) { in native_calibrate_tsc()709 cpuid(CPUID_LEAF_FREQ, &eax_base_mhz, &ebx, &ecx, &edx); in native_calibrate_tsc()744 if (boot_cpu_data.cpuid_level < CPUID_LEAF_FREQ) in cpu_khz_from_cpuid()749 cpuid(CPUID_LEAF_FREQ, &eax_base_mhz, &ebx_max_mhz, &ecx_bus_mhz, &edx); in cpu_khz_from_cpuid()
Completed in 8 milliseconds