Home
last modified time | relevance | path

Searched refs:IDT_DE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dsegments.h196 #define IDT_DE 0 /* #DE: Divide Error */ macro
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1728 setidt(IDT_DE, pti ? &IDTVEC(div_pti) : &IDTVEC(div), SDT_SYSIGT, in hammer_time()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1918 case IDT_DE: in exception_class()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2226 setidt(IDT_DE, &IDTVEC(div), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()