Searched refs:crystal_hz (Results 1 – 1 of 1) sorted by relevance
348 unsigned int crystal_hz; variable2803 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()[all …]