Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c3047 bool evaluate_pending_interrupts; in nested_vmx_enter_non_root_mode() local
3051 evaluate_pending_interrupts = exec_controls_get(vmx) & in nested_vmx_enter_non_root_mode()
3053 if (likely(!evaluate_pending_interrupts) && kvm_vcpu_apicv_active(vcpu)) in nested_vmx_enter_non_root_mode()
3054 evaluate_pending_interrupts |= vmx_has_apicv_interrupt(vcpu); in nested_vmx_enter_non_root_mode()
3137 if (unlikely(evaluate_pending_interrupts)) in nested_vmx_enter_non_root_mode()