Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c8908 unsigned int eax_crystal; in process_cpuid() local
8914 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid()
8915 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid()
8919 …fprintf(outf, "CPUID(0x15): eax_crystal: %d ebx_tsc: %d ecx_crystal_hz: %d\n", eax_crystal, ebx_ts… in process_cpuid()
8925 tsc_hz = (unsigned long long)crystal_hz *ebx_tsc / eax_crystal; in process_cpuid()
8928 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal); in process_cpuid()