Home
last modified time | relevance | path

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

/sys/amd64/
Dtrap.c72 idt[T_BP].type = 0xEE; in Trap_Init()
164 if (tf->vector == T_BP || tf->vector == T_DE) { in trap_entry()
206 case T_BP: in trap_entry()
/sys/amd64/include/
Dtrap.h8 #define T_BP 3 /* Breakpoint Exception */ macro