Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/lib/
H A Dtraps.c59 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in show_regs()
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dmipsregs.h333 #define CAUSEF_EXCCODE (_ULCAST_(31) << 2) macro