calibrate_tsc     270 arch/x86/include/asm/x86_init.h 	unsigned long (*calibrate_tsc)(void);
calibrate_tsc     257 arch/x86/kernel/cpu/mshyperv.c 		x86_platform.calibrate_tsc = hv_get_tsc_khz;
calibrate_tsc     194 arch/x86/kernel/cpu/vmware.c 		x86_platform.calibrate_tsc = vmware_get_tsc_khz;
calibrate_tsc     151 arch/x86/kernel/jailhouse.c 	x86_platform.calibrate_tsc	= jailhouse_get_tsc;
calibrate_tsc     340 arch/x86/kernel/kvmclock.c 	x86_platform.calibrate_tsc = kvm_get_tsc_khz;
calibrate_tsc     898 arch/x86/kernel/tsc.c 	tsc_khz = x86_platform.calibrate_tsc();
calibrate_tsc    1407 arch/x86/kernel/tsc.c 		tsc_khz = x86_platform.calibrate_tsc();
calibrate_tsc     114 arch/x86/kernel/x86_init.c 	.calibrate_tsc			= native_calibrate_tsc,
calibrate_tsc     528 arch/x86/xen/time.c 	x86_platform.calibrate_tsc = xen_tsc_khz;
calibrate_tsc     568 arch/x86/xen/time.c 	x86_platform.calibrate_tsc = xen_tsc_khz;