Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c5914 bool intr_window_requested; in handle_invalid_guest_state() local
5918 intr_window_requested = cpu_exec_ctrl & CPU_BASED_VIRTUAL_INTR_PENDING; in handle_invalid_guest_state()
5921 if (intr_window_requested && vmx_interrupt_allowed(vcpu)) in handle_invalid_guest_state()