Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c8448 unsigned int base_mhz, max_mhz, bus_mhz, edx; in process_cpuid() local
8453 base_mhz = max_mhz = bus_mhz = edx = 0; in process_cpuid()
8455 __cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx); in process_cpuid()
8459 base_hz = base_mhz * 1000000; in process_cpuid()
8467 base_mhz, max_mhz, bus_mhz); in process_cpuid()