Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/xtensa/cpu/
H A Dexceptions.c28 handler_t exc_table[EXCCAUSE_LAST] = {
29 [0 ... EXCCAUSE_LAST-1] = unhandled_exception,
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dregs.h60 #define EXCCAUSE_LAST 63 macro