Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.h232 static inline bool nested_exit_on_nmi(struct kvm_vcpu *vcpu) in nested_exit_on_nmi() function
H A Dvmx.c4690 if (is_guest_mode(vcpu) && nested_exit_on_nmi(vcpu)) in vmx_nmi_blocked()
4707 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_nmi(vcpu)) in vmx_nmi_allowed()
H A Dnested.c3920 if (!nested_exit_on_nmi(vcpu)) in vmx_check_nested_events()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.h389 static inline bool nested_exit_on_nmi(struct vcpu_svm *svm) in nested_exit_on_nmi() function
H A Dnested.c1048 if (!nested_exit_on_nmi(svm)) in svm_check_nested_events()
H A Dsvm.c3210 if (is_guest_mode(vcpu) && nested_exit_on_nmi(svm)) in svm_nmi_blocked()
3226 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_nmi(svm)) in svm_nmi_allowed()