Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.h375 #define VMCS_INTR_T_NMI (2 << 8) macro
H A Dvmx.c1406 info = IDT_NMI | VMCS_INTR_T_NMI | VMCS_INTR_VALID; in vmx_inject_nmi()
2397 if (intr_type == VMCS_INTR_T_NMI) { in vmx_exit_process()
2637 if (intr_type == VMCS_INTR_T_NMI) in vmx_exit_process()
2870 if ((intr_info & VMCS_INTR_T_MASK) == VMCS_INTR_T_NMI) { in vmx_exit_handle_nmi()