Searched refs:nested_exit_on_intr (Results 1 – 6 of 6) sorted by relevance
241 static inline bool nested_exit_on_intr(struct kvm_vcpu *vcpu) in nested_exit_on_intr() function
733 if (CC(nested_cpu_has_vid(vmcs12) && !nested_exit_on_intr(vcpu))) in nested_vmx_check_apicv_controls()3867 if (!nested_exit_on_intr(vcpu)) in vmx_check_nested_events()5809 return nested_exit_on_intr(vcpu); in nested_vmx_l1_wants_exit()
4616 if (is_guest_mode(vcpu) && nested_exit_on_intr(vcpu)) in vmx_interrupt_blocked()4633 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_intr(vcpu)) in vmx_interrupt_allowed()6323 if (nested_exit_on_intr(vcpu)) in vmx_sync_pir_to_irr()
387 static inline bool nested_exit_on_intr(struct vcpu_svm *svm) in nested_exit_on_intr() function
1015 if (!nested_exit_on_intr(svm)) in svm_check_nested_events()
3265 if (nested_exit_on_intr(svm)) in svm_interrupt_blocked()3285 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_intr(svm)) in svm_interrupt_allowed()