Lines Matching refs:field
30 const int field = 2 * sizeof(unsigned long); in show_regs() local
42 printf(" %0*lx", field, 0UL); in show_regs()
44 printf(" %*s", field, ""); in show_regs()
46 printf(" %0*lx", field, regs->regs[i]); in show_regs()
53 printf("Hi : %0*lx\n", field, regs->hi); in show_regs()
54 printf("Lo : %0*lx\n", field, regs->lo); in show_regs()
59 printf("epc : %0*lx (text %0*lx)\n", field, regs->cp0_epc, in show_regs()
60 field, regs->cp0_epc - gd->reloc_off); in show_regs()
61 printf("ra : %0*lx (text %0*lx)\n", field, regs->regs[31], in show_regs()
62 field, regs->regs[31] - gd->reloc_off); in show_regs()
70 printf("BadVA : %0*lx\n", field, regs->cp0_badvaddr); in show_regs()
84 const int field = 2 * sizeof(unsigned long); in do_ejtag_debug() local
92 field, depc, debug); in do_ejtag_debug()