Searched refs:CAUSE_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/asm-mips/baget/ | ||
D | baget.h | 59 #define CAUSE_MASK 0x7C macro |
/linux-2.4.37.9/arch/mips/baget/ | ||
D | balo.c | 135 if ((int_cause & CAUSE_MASK) != CAUSE_DBE) { in int_handler() |