Searched refs:exccode (Results 1 – 4 of 4) sorted by relevance
120 uint32_t exccode; in kvm_mips_irq_deliver_cb() local131 exccode = T_INT; in kvm_mips_irq_deliver_cb()140 exccode = T_INT; in kvm_mips_irq_deliver_cb()149 exccode = T_INT; in kvm_mips_irq_deliver_cb()158 exccode = T_INT; in kvm_mips_irq_deliver_cb()184 (exccode << CAUSEB_EXCCODE)); in kvm_mips_irq_deliver_cb()
2448 uint32_t exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in kvm_mips_emulate_exc() local2464 (exccode << CAUSEB_EXCCODE)); in kvm_mips_emulate_exc()2471 exccode, kvm_read_c0_guest_epc(cop0), in kvm_mips_emulate_exc()2487 uint32_t exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in kvm_mips_check_privilege() local2493 switch (exccode) { in kvm_mips_check_privilege()2583 uint32_t exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in kvm_mips_handle_tlbmiss() local2601 if (exccode == T_TLB_LD_MISS) { in kvm_mips_handle_tlbmiss()2603 } else if (exccode == T_TLB_ST_MISS) { in kvm_mips_handle_tlbmiss()2607 exccode); in kvm_mips_handle_tlbmiss()2618 if (exccode == T_TLB_LD_MISS) { in kvm_mips_handle_tlbmiss()[all …]
1229 uint32_t exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in kvm_mips_handle_exit() local1266 switch (exccode) { in kvm_mips_handle_exit()1371 exccode, opc, kvm_get_inst(opc, vcpu), badvaddr, in kvm_mips_handle_exit()
247 unsigned int exccode; in __show_regs() local329 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in __show_regs()330 printk("Cause : %08x (ExcCode %02x)\n", cause, exccode); in __show_regs()332 if (1 <= exccode && exccode <= 5) in __show_regs()