Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dvmx.h366 #define INTR_INFO_UNBLOCK_NMI 0x1000 /* 12 */ macro
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c5630 (exit_qualification & INTR_INFO_UNBLOCK_NMI)) in handle_ept_violation()
5861 (exit_qualification & INTR_INFO_UNBLOCK_NMI)) in handle_pml_full()
5936 if (enable_vnmi && (exit_qual & INTR_INFO_UNBLOCK_NMI)) in handle_notify()
6874 unblock_nmi = (exit_intr_info & INTR_INFO_UNBLOCK_NMI) != 0; in vmx_recover_nmi_blocking()
Dnested.c378 exit_qualification &= INTR_INFO_UNBLOCK_NMI; in nested_ept_inject_page_fault()
3863 intr_info |= INTR_INFO_UNBLOCK_NMI; in nested_vmx_inject_exception_vmexit()