Searched refs:IDT_MF (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/x86/include/ |
| H A D | segments.h | 211 #define IDT_MF 16 /* #MF: FPU Floating-Point Error */ macro
|
| /f-stack/freebsd/i386/i386/ |
| H A D | npx.c | 242 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 D | machdep.c | 2256 setidt(IDT_MF, &IDTVEC(fpu), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 1755 setidt(IDT_MF, pti ? &IDTVEC(fpu_pti) : &IDTVEC(fpu), SDT_SYSIGT, in hammer_time()
|