Home
last modified time | relevance | path

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

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