Lines Matching refs:printf
81 printf("\n"); in show_regs()
84 printf("* Reason: Exception from %s\n", esr_bits_ec[REG_BITS(regs->esr, 26, 0x3f)]); in show_regs()
86 printf("* PC = %016lx\n", regs->elr - gd->reloc_off); in show_regs()
87 printf("* LR = %016lx\n", regs->regs[30] - gd->reloc_off); in show_regs()
89 printf("* ELR(PC) = %016lx\n", regs->elr); in show_regs()
90 printf("* LR = %016lx\n", regs->regs[30]); in show_regs()
92 printf("* SP = %016lx\n", regs->sp); in show_regs()
93 printf("* ESR_EL%d = %016lx\n", el, regs->esr); in show_regs()
94 printf("* Reloc Off = %016lx\n\n", gd->reloc_off); in show_regs()
98 printf("x%-2d: %016lx x%-2d: %016lx\n", in show_regs()
100 printf("\n"); in show_regs()
119 printf("ELR: %lx\n", regs->elr - gd->reloc_off); in show_regs()
120 printf("LR: %lx\n", regs->regs[30] - gd->reloc_off); in show_regs()
122 printf("ELR: %lx\n", regs->elr); in show_regs()
123 printf("LR: %lx\n", regs->regs[30]); in show_regs()
126 printf("ESR: %lx (ec=%ld)\n", regs->esr, REG_BITS(regs->esr, 26, 0x3f)); in show_regs()
129 printf("x%-2d: %016lx x%-2d: %016lx\n", in show_regs()
131 printf("\n"); in show_regs()
143 printf("Bad mode in \"Synchronous Abort\" handler, esr 0x%08x\n", esr); in do_bad_sync()
154 printf("Bad mode in \"Irq\" handler, esr 0x%08x\n", esr); in do_bad_irq()
165 printf("Bad mode in \"Fiq\" handler, esr 0x%08x\n", esr); in do_bad_fiq()
176 printf("Bad mode in \"Error\" handler, esr 0x%08x\n", esr); in do_bad_error()
194 printf("\"Synchronous Abort\" handler, esr 0x%08x\n", esr); in do_sync()
206 printf("\"Irq\" handler, esr 0x%08x\n", esr); in do_irq()
218 printf("\"Fiq\" handler, esr 0x%08x\n", esr); in do_fiq()
239 printf("\"Error\" handler, esr 0x%08x\n", esr); in do_error()