Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/lib/
H A Dtraps.c58 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in show_regs()
/openbmc/linux/arch/mips/sgi-ip22/
H A Dip28-berr.c379 if (regs->cp0_cause & CAUSEF_EXCCODE) in ip28_be_interrupt()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h332 #define CAUSEF_EXCCODE (_ULCAST_(31) << 2) macro
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c351 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in __show_regs()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h400 #define CAUSEF_EXCCODE (_ULCAST_(31) << 2) macro
/openbmc/linux/arch/mips/kvm/
H A Dvz.c821 u32 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in kvm_trap_vz_no_handler()