Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/lib/
H A Dtraps.c24 unsigned int exccode; in show_regs() local
58 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in show_regs()
59 printf("Cause : %08x (ExcCode %02x)\n", cause, exccode); in show_regs()
61 if (1 <= exccode && exccode <= 5) in show_regs()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c267 unsigned int exccode; in __show_regs() local
351 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in __show_regs()
352 printk("Cause : %08x (ExcCode %02x)\n", cause, exccode); in __show_regs()
354 if (1 <= exccode && exccode <= 5) in __show_regs()
1911 u32 exccode = (diag1 & LOONGSON_DIAG1_EXCCODE) >> in do_gsexc() local
1917 switch (exccode) { in do_gsexc()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c303 unsigned int exccode = FIELD_GET(CSR_ESTAT_EXC, regs->csr_estat); in __show_regs() local
346 if (exccode >= EXCCODE_TLBL && exccode <= EXCCODE_ALE) in __show_regs()
/openbmc/linux/arch/mips/kvm/
H A Dmips.c1175 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in __kvm_mips_handle_exit() local
1198 trace_kvm_exit(vcpu, exccode); in __kvm_mips_handle_exit()
1200 switch (exccode) { in __kvm_mips_handle_exit()
1300 exccode, opc, inst, badvaddr, in __kvm_mips_handle_exit()
H A Dvz.c821 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()