Home
last modified time | relevance | path

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

/linux/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/arch/mips/kvm/
A Dmips.c1199 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()
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 20 milliseconds