Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dtsc.c624 unsigned int eax_denominator, ebx_numerator, ecx_hz, edx; in native_calibrate_tsc() local
633 eax_denominator = ebx_numerator = ecx_hz = edx = 0; in native_calibrate_tsc()
636 cpuid(0x15, &eax_denominator, &ebx_numerator, &ecx_hz, &edx); in native_calibrate_tsc()
641 crystal_khz = ecx_hz / 1000; in native_calibrate_tsc()