tsc_tolerance_ppm  137 arch/x86/kvm/x86.c static u32 __read_mostly tsc_tolerance_ppm = 250;
tsc_tolerance_ppm  138 arch/x86/kvm/x86.c module_param(tsc_tolerance_ppm, uint, S_IRUGO | S_IWUSR);
tsc_tolerance_ppm 1820 arch/x86/kvm/x86.c 	thresh_lo = adjust_tsc_khz(tsc_khz, -tsc_tolerance_ppm);
tsc_tolerance_ppm 1821 arch/x86/kvm/x86.c 	thresh_hi = adjust_tsc_khz(tsc_khz, tsc_tolerance_ppm);