Lines Matching refs:exccode
2628 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in kvm_mips_emulate_exc() local
2644 (exccode << CAUSEB_EXCCODE)); in kvm_mips_emulate_exc()
2651 exccode, kvm_read_c0_guest_epc(cop0), in kvm_mips_emulate_exc()
2667 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in kvm_mips_check_privilege() local
2673 switch (exccode) { in kvm_mips_check_privilege()
2764 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in kvm_mips_handle_tlbmiss() local
2782 if (exccode == EXCCODE_TLBL) { in kvm_mips_handle_tlbmiss()
2784 } else if (exccode == EXCCODE_TLBS) { in kvm_mips_handle_tlbmiss()
2788 exccode); in kvm_mips_handle_tlbmiss()
2799 if (exccode == EXCCODE_TLBL) { in kvm_mips_handle_tlbmiss()
2802 } else if (exccode == EXCCODE_TLBS) { in kvm_mips_handle_tlbmiss()
2807 exccode); in kvm_mips_handle_tlbmiss()