Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/cpuid/
H A Dtypes.h30 #define CPUID_LEAF_FREQ 0x16 macro
/linux/arch/x86/kernel/
H A Dtsc.c715 if (crystal_khz == 0 && boot_cpu_data.cpuid_level >= CPUID_LEAF_FREQ) { in native_calibrate_tsc()
718 cpuid(CPUID_LEAF_FREQ, &eax_base_mhz, &ebx, &ecx, &edx); in native_calibrate_tsc()
753 if (boot_cpu_data.cpuid_level < CPUID_LEAF_FREQ) in cpu_khz_from_cpuid()
758 cpuid(CPUID_LEAF_FREQ, &eax_base_mhz, &ebx_max_mhz, &ecx_bus_mhz, &edx); in cpu_khz_from_cpuid()