Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/vmx/
Dnested.h236 static inline bool nested_exit_on_intr(struct kvm_vcpu *vcpu) in nested_exit_on_intr() function
Dnested.c749 if (CC(nested_cpu_has_vid(vmcs12) && !nested_exit_on_intr(vcpu))) in nested_vmx_check_apicv_controls()
4183 if (!nested_exit_on_intr(vcpu)) in vmx_check_nested_events()
6242 return nested_exit_on_intr(vcpu); in nested_vmx_l1_wants_exit()
Dvmx.c5044 if (is_guest_mode(vcpu) && nested_exit_on_intr(vcpu)) in vmx_interrupt_blocked()
5061 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_intr(vcpu)) in vmx_interrupt_allowed()
/Linux-v6.6/arch/x86/kvm/svm/
Dsvm.h579 static inline bool nested_exit_on_intr(struct vcpu_svm *svm) in nested_exit_on_intr() function
Dnested.c1074 if (!nested_exit_on_intr(svm)) in nested_svm_vmexit()
1499 if (!nested_exit_on_intr(svm)) in svm_check_nested_events()
Dsvm.c3792 if (nested_exit_on_intr(svm)) in svm_interrupt_blocked()
3816 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_intr(svm)) in svm_interrupt_allowed()