Lines Matching refs:field
22 const int field = 2 * sizeof(unsigned long); in show_regs() local
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()
52 field, regs->cp0_epc - gd->reloc_off); in show_regs()
53 printf("ra : %0*lx (text %0*lx)\n", field, regs->regs[31], in show_regs()
54 field, regs->regs[31] - gd->reloc_off); in show_regs()
62 printf("BadVA : %0*lx\n", field, regs->cp0_badvaddr); in show_regs()
76 const int field = 2 * sizeof(unsigned long); in do_ejtag_debug() local
84 field, depc, debug); in do_ejtag_debug()