Lines Matching refs:LOG_ERR
16 LOG_ERR("$ 0 : (ze) %08lx(at) %08lx(v0) %08lx(v1)\n", in z_mips_fatal_error()
18 LOG_ERR("$ 4 : %08lx(a0) %08lx(a1) %08lx(a2) %08lx(a3)\n", in z_mips_fatal_error()
20 LOG_ERR("$ 8 : %08lx(t0) %08lx(t1) %08lx(t2) %08lx(t3)\n", in z_mips_fatal_error()
22 LOG_ERR("$12 : %08lx(t4) %08lx(t5) %08lx(t6) %08lx(t7)\n", in z_mips_fatal_error()
24 LOG_ERR("...\n"); in z_mips_fatal_error()
25 LOG_ERR("$24 : %08lx(t8) %08lx(t9)\n", in z_mips_fatal_error()
27 LOG_ERR("$28 : %08lx(gp) (sp) (s8) %08lx(ra)\n", in z_mips_fatal_error()
30 LOG_ERR("EPC : %08lx\n", esf->epc); in z_mips_fatal_error()
32 LOG_ERR("Status: %08lx\n", esf->status); in z_mips_fatal_error()
33 LOG_ERR("Cause : %08lx\n", esf->cause); in z_mips_fatal_error()
34 LOG_ERR("BadVA : %08lx\n", esf->badvaddr); in z_mips_fatal_error()
93 LOG_ERR(""); in _Fault()
94 LOG_ERR(" cause: %ld, %s", cause, cause_str(cause)); in _Fault()