Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c4561 unsigned int eax_crystal; in process_cpuid() local
4567 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid()
4568 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid()
4574 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid()
4596 tsc_hz = (unsigned long long) crystal_hz * ebx_tsc / eax_crystal; in process_cpuid()
4599 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal); in process_cpuid()