Home
last modified time | relevance | path

Searched refs:IDT_XF (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/cpu/x86_64/include/
H A Dsegments.h224 #define IDT_XF 19 /* #XF: SIMD Floating-Point Exception */ macro
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c2745 setidt_global(IDT_XF, &IDTVEC(xmm), SDT_SYSIGT, SEL_KPL, 0); in hammer_time()