Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c5515 bool intr_window_requested; in handle_invalid_guest_state() local
5518 intr_window_requested = exec_controls_get(vmx) & in handle_invalid_guest_state()
5522 if (intr_window_requested && !vmx_interrupt_blocked(vcpu)) in handle_invalid_guest_state()