Searched refs:eax_crystal (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5147 unsigned int eax_crystal; in process_cpuid() local 5153 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid() 5154 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid() 5159 fprintf(outf, "CPUID(0x15): eax_crystal: %d ebx_tsc: %d ecx_crystal_hz: %d\n", in process_cpuid() 5160 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid() 5179 tsc_hz = (unsigned long long) crystal_hz * ebx_tsc / eax_crystal; in process_cpuid() 5182 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal); in process_cpuid()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5649 unsigned int eax_crystal; in process_cpuid() local 5655 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid() 5656 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid() 5661 fprintf(outf, "CPUID(0x15): eax_crystal: %d ebx_tsc: %d ecx_crystal_hz: %d\n", in process_cpuid() 5662 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid() 5681 tsc_hz = (unsigned long long)crystal_hz *ebx_tsc / eax_crystal; in process_cpuid() 5684 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal); in process_cpuid()
|
Completed in 15 milliseconds