Searched refs:max_mhz (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5187 unsigned int base_mhz, max_mhz, bus_mhz, edx; in process_cpuid() local 5192 base_mhz = max_mhz = bus_mhz = edx = 0; in process_cpuid() 5194 __cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx); in process_cpuid() 5196 fprintf(outf, "CPUID(0x16): base_mhz: %d max_mhz: %d bus_mhz: %d\n", in process_cpuid() 5197 base_mhz, max_mhz, bus_mhz); in process_cpuid()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5689 unsigned int base_mhz, max_mhz, bus_mhz, edx; in process_cpuid() local 5694 base_mhz = max_mhz = bus_mhz = edx = 0; in process_cpuid() 5696 __cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx); in process_cpuid() 5698 fprintf(outf, "CPUID(0x16): base_mhz: %d max_mhz: %d bus_mhz: %d\n", in process_cpuid() 5699 base_mhz, max_mhz, bus_mhz); in process_cpuid()
|
Completed in 14 milliseconds