Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dx86.c2655 static inline bool kvm_check_tsc_unstable(void) in kvm_check_tsc_unstable() function
2763 if (!kvm_check_tsc_unstable()) { in kvm_synchronize_tsc()
4832 if (unlikely(vcpu->cpu != cpu) || kvm_check_tsc_unstable()) { in kvm_arch_vcpu_load()
4838 if (kvm_check_tsc_unstable()) { in kvm_arch_vcpu_load()
11852 if (kvm_check_tsc_unstable() && kvm->created_vcpus) in kvm_arch_vcpu_precreate()
12214 stable = !kvm_check_tsc_unstable(); in kvm_arch_hardware_enable()