Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
H A Dsegments.h214 #define IDT_DF 8 /* #DF: Double Fault */ macro
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c2735 setidt_global(IDT_DF, &IDTVEC(dblfault), SDT_SYSIGT, SEL_KPL, 1); in hammer_time()