Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/
Dx86.c168 static u32 __read_mostly tsc_tolerance_ppm = 250; variable
169 module_param(tsc_tolerance_ppm, uint, S_IRUGO | S_IWUSR);
2429 thresh_lo = adjust_tsc_khz(tsc_khz, -tsc_tolerance_ppm); in kvm_set_tsc_khz()
2430 thresh_hi = adjust_tsc_khz(tsc_khz, tsc_tolerance_ppm); in kvm_set_tsc_khz()