Home
last modified time | relevance | path

Searched refs:CAUSEB_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/u-boot/arch/mips/include/asm/
H A Dmipsregs.h331 #define CAUSEB_EXCCODE 2 macro
/openbmc/linux/arch/mips/kvm/
H A Dmips.c1175 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in __kvm_mips_handle_exit()
H A Dvz.c821 u32 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in kvm_trap_vz_no_handler()
/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.h399 #define CAUSEB_EXCCODE 2 macro