Home
last modified time | relevance | path

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

/sys/amd64/include/
Dtrap.h6 #define T_DB 1 /* Debug Exception */ macro
/sys/amd64/
Dtrap.c71 idt[T_DB].type = 0xEE; in Trap_Init()
205 case T_DB: in trap_entry()