Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/loongarch/kernel/
A Dtraps.c160 unsigned int exccode; in __show_regs() local
194 exccode = ((regs->csr_estat) & CSR_ESTAT_EXC) >> CSR_ESTAT_EXC_SHIFT; in __show_regs()
196 printk("ExcCode : %x (SubCode %x)\n", exccode, excsubcode); in __show_regs()
198 if (exccode >= EXCCODE_TLBL && exccode <= EXCCODE_ALE) in __show_regs()
/linux-6.3-rc2/arch/mips/kernel/
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()
/linux-6.3-rc2/arch/mips/kvm/
A Dmips.c1181 u32 exccode = (cause >> CAUSEB_EXCCODE) & 0x1f; in __kvm_mips_handle_exit() local
1204 trace_kvm_exit(vcpu, exccode); in __kvm_mips_handle_exit()
1206 switch (exccode) { in __kvm_mips_handle_exit()
1306 exccode, opc, inst, badvaddr, in __kvm_mips_handle_exit()
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()

Completed in 14 milliseconds