Searched refs:CAUSEB_EXCCODE (Results 1 – 4 of 4) sorted by relevance
1175 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in __kvm_mips_handle_exit()
821 u32 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in kvm_trap_vz_no_handler()
351 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in __show_regs()
399 #define CAUSEB_EXCCODE 2 macro