Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/lib/
Dtraps.c24 unsigned int exccode; in show_regs() local
58 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()