Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c141 static u32 __read_mostly tsc_tolerance_ppm = 250; variable
142 module_param(tsc_tolerance_ppm, uint, S_IRUGO | S_IWUSR);
2178 thresh_lo = adjust_tsc_khz(tsc_khz, -tsc_tolerance_ppm); in kvm_set_tsc_khz()
2179 thresh_hi = adjust_tsc_khz(tsc_khz, tsc_tolerance_ppm); in kvm_set_tsc_khz()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c161 static u32 __read_mostly tsc_tolerance_ppm = 250; variable
162 module_param(tsc_tolerance_ppm, uint, S_IRUGO | S_IWUSR);
2495 thresh_lo = adjust_tsc_khz(tsc_khz, -tsc_tolerance_ppm); in kvm_set_tsc_khz()
2496 thresh_hi = adjust_tsc_khz(tsc_khz, tsc_tolerance_ppm); in kvm_set_tsc_khz()

Completed in 29 milliseconds