Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/
Dx86.c2652 static inline bool kvm_check_tsc_unstable(void) in kvm_check_tsc_unstable() function
2760 if (!kvm_check_tsc_unstable()) { in kvm_synchronize_tsc()
4827 if (unlikely(vcpu->cpu != cpu) || kvm_check_tsc_unstable()) { in kvm_arch_vcpu_load()
4833 if (kvm_check_tsc_unstable()) { in kvm_arch_vcpu_load()
11835 if (kvm_check_tsc_unstable() && kvm->created_vcpus) in kvm_arch_vcpu_precreate()
12197 stable = !kvm_check_tsc_unstable(); in kvm_arch_hardware_enable()