Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
H A Dsegments.h212 #define IDT_UD 6 /* #UD: Undefined/Invalid Opcode */ macro
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c2733 setidt_global(IDT_UD, &IDTVEC(ill), SDT_SYSIGT, SEL_KPL, 0); in hammer_time()