Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dsegments.h195 #define IDT_NMI 2 /* Nonmaskable External Interrupt */ macro
/freebsd/sys/i386/i386/
H A Dmachdep.c1316 setidt(IDT_NMI, &IDTVEC(nmi), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1424 setidt(IDT_NMI, &IDTVEC(nmi), SDT_SYSIGT, SEL_KPL, 2); in hammer_time()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c1444 info = IDT_NMI | VMCS_INTR_T_NMI | VMCS_INTR_VALID; in vmx_inject_nmi()
2926 KASSERT((intr_info & 0xff) == IDT_NMI, ("VM exit due " in vmx_exit_handle_nmi()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c1797 IDT_NMI, 0, false); in svm_inj_interrupts()
/freebsd/sys/amd64/vmm/
H A Dvmm.c2072 if (type == VM_INTINFO_NMI && vector != IDT_NMI) in vm_exit_intinfo()