Lines Matching refs:exccode
3094 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in kvm_mips_emulate_exc() local
3110 (exccode << CAUSEB_EXCCODE)); in kvm_mips_emulate_exc()
3117 exccode, kvm_read_c0_guest_epc(cop0), in kvm_mips_emulate_exc()
3132 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in kvm_mips_check_privilege() local
3138 switch (exccode) { in kvm_mips_check_privilege()
3228 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in kvm_mips_handle_tlbmiss() local
3246 if (exccode == EXCCODE_TLBL) { in kvm_mips_handle_tlbmiss()
3248 } else if (exccode == EXCCODE_TLBS) { in kvm_mips_handle_tlbmiss()
3252 exccode); in kvm_mips_handle_tlbmiss()
3263 if (exccode == EXCCODE_TLBL) { in kvm_mips_handle_tlbmiss()
3266 } else if (exccode == EXCCODE_TLBS) { in kvm_mips_handle_tlbmiss()
3271 exccode); in kvm_mips_handle_tlbmiss()