Searched refs:tsc_tolerance_ppm (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dx86.c161 static u32 __read_mostly tsc_tolerance_ppm = 250; variable
162 module_param(tsc_tolerance_ppm, uint, 0644);
2489 thresh_lo = adjust_tsc_khz(tsc_khz, -tsc_tolerance_ppm);
2490 thresh_hi = adjust_tsc_khz(tsc_khz, tsc_tolerance_ppm);

Completed in 136 milliseconds