Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c8103 unsigned int base_mhz, max_mhz, bus_mhz, edx; in process_cpuid() local
8108 base_mhz = max_mhz = bus_mhz = edx = 0; in process_cpuid()
8110 __cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx); in process_cpuid()
8122 base_mhz, max_mhz, bus_mhz); in process_cpuid()