tsc_hz           1965 arch/x86/kvm/x86.c 			u64 tsc_hz = vcpu->arch.virtual_tsc_khz * 1000LL;
tsc_hz           1971 arch/x86/kvm/x86.c 			synchronizing = data < tsc_exp + tsc_hz &&
tsc_hz           1972 arch/x86/kvm/x86.c 					data + tsc_hz > tsc_exp;
tsc_hz             92 tools/power/x86/turbostat/turbostat.c unsigned long long tsc_hz;
tsc_hz           2065 tools/power/x86/turbostat/turbostat.c 	tsc_tweak = base_hz / tsc_hz;
tsc_hz           4799 tools/power/x86/turbostat/turbostat.c 				tsc_hz =  (unsigned long long) crystal_hz * ebx_tsc / eax_crystal;
tsc_hz           4802 tools/power/x86/turbostat/turbostat.c 						tsc_hz / 1000000, crystal_hz, ebx_tsc,  eax_crystal);