Searched refs:nested_exit_on_nmi (Results 1 – 6 of 6) sorted by relevance
227 static inline bool nested_exit_on_nmi(struct kvm_vcpu *vcpu) in nested_exit_on_nmi() function
4581 if (is_guest_mode(vcpu) && nested_exit_on_nmi(vcpu)) in vmx_nmi_blocked()4598 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_nmi(vcpu)) in vmx_nmi_allowed()
3919 if (!nested_exit_on_nmi(vcpu)) in vmx_check_nested_events()
466 static inline bool nested_exit_on_nmi(struct vcpu_svm *svm) in nested_exit_on_nmi() function
1197 if (!nested_exit_on_nmi(svm)) in svm_check_nested_events()
3530 if (is_guest_mode(vcpu) && nested_exit_on_nmi(svm)) in svm_nmi_blocked()3546 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_nmi(svm)) in svm_nmi_allowed()
Completed in 39 milliseconds