Lines Matching refs:crystal_hz
348 unsigned int crystal_hz; variable
2803 const double value_converted = 100.0 * value_raw / crystal_hz / interval_float; in format_counters()
2884 const double value_converted = 100.0 * value_raw / crystal_hz / interval_float; in format_counters()
2972 …sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->die_c6 / crystal_hz / interval_float); in format_counters()
3083 const double value_converted = 100.0 * value_raw / crystal_hz / interval_float; in format_counters()
8083 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid()
8084 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid()
8089 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid()
8091 if (crystal_hz == 0) in process_cpuid()
8092 crystal_hz = platform->crystal_freq; in process_cpuid()
8094 if (crystal_hz) { in process_cpuid()
8095 tsc_hz = (unsigned long long)crystal_hz *ebx_tsc / eax_crystal; in process_cpuid()
8098 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal); in process_cpuid()