Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/cpuid/
H A Dtypes.h29 #define CPUID_LEAF_FREQ 0x16 macro
/linux-6.15/arch/x86/kernel/
H A Dtsc.c705 if (crystal_khz == 0 && boot_cpu_data.cpuid_level >= CPUID_LEAF_FREQ) { in native_calibrate_tsc()
708 cpuid(CPUID_LEAF_FREQ, &eax_base_mhz, &ebx, &ecx, &edx); in native_calibrate_tsc()
743 if (boot_cpu_data.cpuid_level < CPUID_LEAF_FREQ) in cpu_khz_from_cpuid()
748 cpuid(CPUID_LEAF_FREQ, &eax_base_mhz, &ebx_max_mhz, &ecx_bus_mhz, &edx); in cpu_khz_from_cpuid()