eax_crystal      4767 tools/power/x86/turbostat/turbostat.c 		unsigned int eax_crystal;
eax_crystal      4773 tools/power/x86/turbostat/turbostat.c 		eax_crystal = ebx_tsc = crystal_hz = edx = 0;
eax_crystal      4774 tools/power/x86/turbostat/turbostat.c 		__cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx);
eax_crystal      4780 tools/power/x86/turbostat/turbostat.c 					eax_crystal, ebx_tsc, crystal_hz);
eax_crystal      4799 tools/power/x86/turbostat/turbostat.c 				tsc_hz =  (unsigned long long) crystal_hz * ebx_tsc / eax_crystal;
eax_crystal      4802 tools/power/x86/turbostat/turbostat.c 						tsc_hz / 1000000, crystal_hz, ebx_tsc,  eax_crystal);