Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsegments.h200 #define IDT_OF 4 /* #OF: Overflow */ macro
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1734 setidt(IDT_OF, pti ? &IDTVEC(ofl_pti) : &IDTVEC(ofl), SDT_SYSIGT, in hammer_time()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1424 case IDT_OF: in svm_vmexit()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2234 setidt(IDT_OF, &IDTVEC(ofl), SDT_SYS386IGT, SEL_UPL, in i386_setidt1()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c1444 if (vector == IDT_BP || vector == IDT_OF) { in vmx_inject_interrupts()