Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dx86.c2444 static inline bool kvm_check_tsc_unstable(void) in kvm_check_tsc_unstable() function
2501 if (!kvm_check_tsc_unstable()) { in kvm_synchronize_tsc()
4256 if (unlikely(vcpu->cpu != cpu) || kvm_check_tsc_unstable()) { in kvm_arch_vcpu_load()
4262 if (kvm_check_tsc_unstable()) { in kvm_arch_vcpu_load()
10681 if (kvm_check_tsc_unstable() && atomic_read(&kvm->online_vcpus) != 0) in kvm_arch_vcpu_precreate()
11009 stable = !kvm_check_tsc_unstable(); in kvm_arch_hardware_enable()