Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/lib/
H A Dtraps.c25 unsigned int exccode; in show_regs() local
59 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in show_regs()
60 printf("Cause : %08x (ExcCode %02x)\n", cause, exccode); in show_regs()
62 if (1 <= exccode && exccode <= 5) in show_regs()