Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.c3312 bool evaluate_pending_interrupts; in nested_vmx_enter_non_root_mode() local
3318 evaluate_pending_interrupts = exec_controls_get(vmx) & in nested_vmx_enter_non_root_mode()
3320 if (likely(!evaluate_pending_interrupts) && kvm_vcpu_apicv_active(vcpu)) in nested_vmx_enter_non_root_mode()
3321 evaluate_pending_interrupts |= vmx_has_apicv_interrupt(vcpu); in nested_vmx_enter_non_root_mode()
3415 if (unlikely(evaluate_pending_interrupts)) in nested_vmx_enter_non_root_mode()