Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsegments.h211 #define IDT_MF 16 /* #MF: FPU Floating-Point Error */ macro
/f-stack/freebsd/i386/i386/
H A Dnpx.c242 save_idt_npxtrap = idt[IDT_MF]; in npx_probe()
243 setidt(IDT_MF, probetrap, SDT_SYS386TGT, SEL_KPL, in npx_probe()
311 idt[IDT_MF] = save_idt_npxtrap; in npx_probe()
H A Dmachdep.c2256 setidt(IDT_MF, &IDTVEC(fpu), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1755 setidt(IDT_MF, pti ? &IDTVEC(fpu_pti) : &IDTVEC(fpu), SDT_SYSIGT, in hammer_time()