Home
last modified time | relevance | path

Searched refs:IDT_MC (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dsegments.h213 #define IDT_MC 18 /* #MC: Machine Check */ macro
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c479 svm_enable_intercept(sc, vcpu, VMCB_EXC_INTCPT, BIT(IDT_MC)); in vmcb_init()
1395 case IDT_MC: in svm_vmexit()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c1139 exc_bitmap = 1 << IDT_MC; in vmx_init()
2644 if (intr_vec == IDT_MC) { in vmx_exit_process()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1759 setidt(IDT_MC, &IDTVEC(mchk), SDT_SYSIGT, SEL_KPL, 3); in hammer_time()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2260 setidt(IDT_MC, &IDTVEC(mchk), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()