Home
last modified time | relevance | path

Searched refs:exccode (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/mips/kvm/
Dinterrupt.c119 u32 exccode; in kvm_mips_irq_deliver_cb() local
130 exccode = EXCCODE_INT; in kvm_mips_irq_deliver_cb()
139 exccode = EXCCODE_INT; in kvm_mips_irq_deliver_cb()
148 exccode = EXCCODE_INT; in kvm_mips_irq_deliver_cb()
157 exccode = EXCCODE_INT; in kvm_mips_irq_deliver_cb()
183 (exccode << CAUSEB_EXCCODE)); in kvm_mips_irq_deliver_cb()
Demulate.c2628 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()
[all …]
Dmips.c1284 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in kvm_mips_handle_exit() local
1311 trace_kvm_exit(vcpu, exccode); in kvm_mips_handle_exit()
1329 switch (exccode) { in kvm_mips_handle_exit()
1429 exccode, opc, inst, badvaddr, in kvm_mips_handle_exit()
Dtrap_emul.c48 u32 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in kvm_trap_emul_no_handler() local
60 exccode, opc, inst, badvaddr, in kvm_trap_emul_no_handler()
Dvz.c846 u32 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in kvm_trap_vz_no_handler() local
858 exccode, opc, inst, badvaddr, in kvm_trap_vz_no_handler()
/Linux-v5.4/arch/mips/kernel/
Dtraps.c255 unsigned int exccode; in __show_regs() local
339 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in __show_regs()
340 printk("Cause : %08x (ExcCode %02x)\n", cause, exccode); in __show_regs()
342 if (1 <= exccode && exccode <= 5) in __show_regs()