Lines Matching refs:printf
32 printf("$%2d :", i); in show_regs()
34 printf(" %0*lx", field, 0UL); in show_regs()
36 printf(" %*s", field, ""); in show_regs()
38 printf(" %0*lx", field, regs->regs[i]); in show_regs()
45 printf("Hi : %0*lx\n", field, regs->hi); in show_regs()
46 printf("Lo : %0*lx\n", field, regs->lo); in show_regs()
51 printf("epc : %0*lx (text %0*lx)\n", field, regs->cp0_epc, in show_regs()
53 printf("ra : %0*lx (text %0*lx)\n", field, regs->regs[31], in show_regs()
56 printf("Status: %08x\n", (uint32_t) regs->cp0_status); in show_regs()
59 printf("Cause : %08x (ExcCode %02x)\n", cause, exccode); in show_regs()
62 printf("BadVA : %0*lx\n", field, regs->cp0_badvaddr); in show_regs()
64 printf("PrId : %08x\n", read_c0_prid()); in show_regs()
83 printf("SDBBP EJTAG debug exception: c0_depc = %0*lx, DEBUG = %08x\n", in do_ejtag_debug()