Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/
H A Ddatarw_vcpu.c169 VM_INTINFO_VALID | VM_INTINFO_NMI | 0xd); in main()
/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm.h129 #define VM_INTINFO_NMI (2 << 8) macro
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Dsvm.c925 CTASSERT(VMCB_EVENTINJ_TYPE_NMI == VM_INTINFO_NMI);
945 if (VM_INTINFO_TYPE(intinfo) == VM_INTINFO_NMI) { in svm_stash_intinfo()
1085 case VM_INTINFO_NMI: in svm_inject_event()
1099 type = VM_INTINFO_NMI; in svm_inject_event()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c2664 if (type == VM_INTINFO_NMI && vector != IDT_NMI) in vm_exit_intinfo()
2694 case VM_INTINFO_NMI: in exception_class()
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c502 case VM_INTINFO_NMI: in print_intinfo()
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx.c1121 CTASSERT(VMCS_INTR_T_NMI == VM_INTINFO_NMI);