Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.h324 static inline bool kvm_hlt_in_guest(struct kvm *kvm) in kvm_hlt_in_guest() function
H A Dcpuid.c137 if (kvm_hlt_in_guest(vcpu->kvm) && best && in kvm_update_cpuid_runtime()
H A Dlapic.c117 (kvm_mwait_in_guest(vcpu->kvm) || kvm_hlt_in_guest(vcpu->kvm)); in kvm_can_post_timer_interrupt()
H A Dx86.c11202 if (kvm_hlt_in_guest(vcpu->kvm) && !kvm_can_deliver_async_pf(vcpu)) in kvm_can_do_async_pf()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c1724 if (kvm_hlt_in_guest(vcpu->kvm) && in vmx_clear_hlt()
4239 if (kvm_hlt_in_guest(vmx->vcpu.kvm)) in vmx_exec_control()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c1163 if (!kvm_hlt_in_guest(svm->vcpu.kvm)) in init_vmcb()