Searched refs:get_except_type (Results 1 – 2 of 2) sorted by relevance
/arch/c6x/include/asm/ | ||
D | special_insns.h | 52 #define get_except_type() get_creg(EFR) macro |
/arch/c6x/kernel/ | ||
D | traps.c | 322 while ((type = get_except_type()) != 0) { in process_exception() |