Searched refs:eax_crystal (Results 1 – 1 of 1) sorted by relevance
2637 unsigned int eax_crystal; in process_cpuid() local2643 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid()2644 __get_cpuid(0x15, &eax_crystal, &ebx_tsc, &crystal_hz, &edx); in process_cpuid()2650 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid()2663 tsc_hz = (unsigned long long) crystal_hz * ebx_tsc / eax_crystal; in process_cpuid()2666 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal); in process_cpuid()