Searched refs:eax_crystal (Results 1 – 1 of 1) sorted by relevance
4561 unsigned int eax_crystal; in process_cpuid() local4567 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()