Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dsegments.h197 #define IDT_OF 4 /* #OF: Overflow */ macro
/freebsd/sys/i386/i386/
H A Dmachdep.c1320 setidt(IDT_OF, &IDTVEC(ofl), SDT_SYS386IGT, SEL_UPL, in i386_setidt1()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1427 setidt(IDT_OF, pti ? &IDTVEC(ofl_pti) : &IDTVEC(ofl), SDT_SYSIGT, in hammer_time()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c1495 case IDT_OF: in svm_vmexit()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c1486 if (vector == IDT_BP || vector == IDT_OF) { in vmx_inject_interrupts()