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

/linux-4.1.27/arch/x86/kvm/
H A Dx86.c108 static u32 tsc_tolerance_ppm = 250; variable
109 module_param(tsc_tolerance_ppm, uint, S_IRUGO | S_IWUSR);
1241 thresh_lo = adjust_tsc_khz(tsc_khz, -tsc_tolerance_ppm); kvm_set_tsc_khz()
1242 thresh_hi = adjust_tsc_khz(tsc_khz, tsc_tolerance_ppm); kvm_set_tsc_khz()

Completed in 104 milliseconds