Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/kvm/
Dmips.c1175 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in __kvm_mips_handle_exit()
Dvz.c821 u32 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in kvm_trap_vz_no_handler()
/linux-6.6.21/arch/mips/kernel/
Dtraps.c351 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in __show_regs()
/linux-6.6.21/arch/mips/include/asm/
Dmipsregs.h399 #define CAUSEB_EXCCODE 2 macro