Searched refs:exccode (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/mips/kernel/ |
| H A D | traps.c | 269 unsigned int exccode; in __show_regs() local 353 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in __show_regs() 354 printk("Cause : %08x (ExcCode %02x)\n", cause, exccode); in __show_regs() 356 if (1 <= exccode && exccode <= 5) in __show_regs() 1913 u32 exccode = (diag1 & LOONGSON_DIAG1_EXCCODE) >> in do_gsexc() local 1919 switch (exccode) { in do_gsexc()
|
| /linux/arch/loongarch/kernel/ |
| H A D | traps.c | 330 unsigned int exccode = FIELD_GET(CSR_ESTAT_EXC, regs->csr_estat); in __show_regs() local 373 if (exccode >= EXCCODE_TLBL && exccode <= EXCCODE_ALE) in __show_regs()
|
| /linux/arch/mips/kvm/ |
| H A D | mips.c | 1172 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in __kvm_mips_handle_exit() local 1195 trace_kvm_exit(vcpu, exccode); in __kvm_mips_handle_exit() 1197 switch (exccode) { in __kvm_mips_handle_exit() 1297 exccode, opc, inst, badvaddr, in __kvm_mips_handle_exit()
|
| H A D | vz.c | 821 u32 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in kvm_trap_vz_no_handler() local 833 exccode, opc, inst, badvaddr, in kvm_trap_vz_no_handler()
|