Searched refs:crystal_hz (Results 1 – 1 of 1) sorted by relevance
369 unsigned int crystal_hz; variable3051 value_converted = 100.0 * value_raw / crystal_hz / interval_float; in format_counters()3136 value_converted = 100.0 * value_raw / crystal_hz / interval_float; in format_counters()8428 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid()8429 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid()8434 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid()8436 if (crystal_hz == 0) in process_cpuid()8437 crystal_hz = platform->crystal_freq; in process_cpuid()8439 if (crystal_hz) { in process_cpuid()8440 tsc_hz = (unsigned long long)crystal_hz *ebx_tsc / eax_crystal; in process_cpuid()[all …]