Searched refs:exccode (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/arch/mips/kernel/ |
D | traps.c | 261 unsigned int exccode; in __show_regs() local 345 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in __show_regs() 346 printk("Cause : %08x (ExcCode %02x)\n", cause, exccode); in __show_regs() 348 if (1 <= exccode && exccode <= 5) in __show_regs() 1905 u32 exccode = (diag1 & LOONGSON_DIAG1_EXCCODE) >> in do_gsexc() local 1911 switch (exccode) { in do_gsexc()
|
/Linux-v5.15/arch/mips/kvm/ |
D | mips.c | 1199 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in kvm_mips_handle_exit() local 1222 trace_kvm_exit(vcpu, exccode); in kvm_mips_handle_exit() 1224 switch (exccode) { in kvm_mips_handle_exit() 1324 exccode, opc, inst, badvaddr, in kvm_mips_handle_exit()
|
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()
|