Searched refs:exccode (Results 1 – 1 of 1) sorted by relevance
24 unsigned int exccode; in show_regs() local58 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in show_regs()59 printf("Cause : %08x (ExcCode %02x)\n", cause, exccode); in show_regs()61 if (1 <= exccode && exccode <= 5) in show_regs()