Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c9271 unsigned int base_mhz, max_mhz, bus_mhz, edx; in process_cpuid() local
9276 base_mhz = max_mhz = bus_mhz = edx = 0; in process_cpuid()
9278 __cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx); in process_cpuid()
9282 base_hz = base_mhz * 1000000; in process_cpuid()
9289 fprintf(outf, "CPUID(0x16): base_mhz: %d max_mhz: %d bus_mhz: %d\n", base_mhz, max_mhz, bus_mhz); in process_cpuid()