Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c5660 unsigned int eax_crystal; in process_cpuid() local
5666 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid()
5667 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid()
5673 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid()
5692 tsc_hz = (unsigned long long)crystal_hz *ebx_tsc / eax_crystal; in process_cpuid()
5695 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal); in process_cpuid()