Lines Matching refs:printf
70 printf("pc : [<%016lx>] lr : [<%016lx>] pstate: %08lx\n", in show_regs()
72 printf("sp : %016lx\n", regs->sp); in show_regs()
75 printf("x%-2d: %016lx ", i, regs->regs[i]); in show_regs()
77 printf("\n"); in show_regs()
79 printf("\n"); in show_regs()
113 printf("Load address: %" PRIxPTR "\n", text); in bad_exception()
114 printf("PC: %" PRIxPTR " PC offset: %" PRIxPTR "\n", in bad_exception()
119 printf("Unhandled vector %d (%s)\n", v, in bad_exception()
122 printf("Got bad vector=%d\n", v); in bad_exception()
125 printf("Unhandled exception ec=%#x (%s)\n", ec, in bad_exception()
128 printf("Got bad ec=%#x\n", ec); in bad_exception()
131 printf("Vector: %d (%s)\n", v, vector_names[v]); in bad_exception()
132 printf("ESR_EL1: %8s%08x, ec=%#x (%s)\n", "", esr, ec, ec_names[ec]); in bad_exception()
133 printf("FAR_EL1: %016lx (%svalid)\n", far, far_valid ? "" : "not "); in bad_exception()
134 printf("Exception frame registers:\n"); in bad_exception()