Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dvmm.h116 #define VM_INTINFO_NMI (2 << 8) macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1861 if (type == VM_INTINFO_NMI && vector != IDT_NMI) in vm_exit_intinfo()
1896 case VM_INTINFO_NMI: in exception_class()