Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dx86.c1863 static inline bool kvm_check_tsc_unstable(void) in kvm_check_tsc_unstable() function
1921 if (!kvm_check_tsc_unstable()) { in kvm_write_tsc()
3451 if (unlikely(vcpu->cpu != cpu) || kvm_check_tsc_unstable()) { in kvm_arch_vcpu_load()
3457 if (kvm_check_tsc_unstable()) { in kvm_arch_vcpu_load()
9061 if (kvm_check_tsc_unstable() && atomic_read(&kvm->online_vcpus) != 0) in kvm_arch_vcpu_create()
9222 stable = !kvm_check_tsc_unstable(); in kvm_arch_hardware_enable()