Home
last modified time | relevance | path

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

/sys/amd64/include/
Dtrap.h30 #define T_IRQ_MAX (T_IRQ_BASE + T_IRQ_LEN - 1) macro
/sys/amd64/
Dtrap.c226 if (tf->vector >= T_IRQ_BASE && tf->vector <= T_IRQ_MAX) in trap_entry()