Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dx86.c1589 static inline bool kvm_check_tsc_unstable(void) in kvm_check_tsc_unstable() function
1647 if (!kvm_check_tsc_unstable()) { in kvm_write_tsc()
3118 if (unlikely(vcpu->cpu != cpu) || kvm_check_tsc_unstable()) { in kvm_arch_vcpu_load()
3124 if (kvm_check_tsc_unstable()) { in kvm_arch_vcpu_load()
8466 if (kvm_check_tsc_unstable() && atomic_read(&kvm->online_vcpus) != 0) in kvm_arch_vcpu_create()
8622 stable = !kvm_check_tsc_unstable(); in kvm_arch_hardware_enable()