Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
H A Dsegments.h209 #define IDT_BP 3 /* #BP: Breakpoint */ macro
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c2730 setidt_global(IDT_BP, &IDTVEC(bpt), SDT_SYSIGT, SEL_UPL, 0); in hammer_time()