Lines Matching refs:field
23 const int field = 2 * sizeof(unsigned long); in show_regs() local
35 printf(" %0*lx", field, 0UL); in show_regs()
37 printf(" %*s", field, ""); in show_regs()
39 printf(" %0*lx", field, regs->regs[i]); in show_regs()
46 printf("Hi : %0*lx\n", field, regs->hi); in show_regs()
47 printf("Lo : %0*lx\n", field, regs->lo); in show_regs()
52 printf("epc : %0*lx (text %0*lx)\n", field, regs->cp0_epc, in show_regs()
53 field, regs->cp0_epc - gd->reloc_off); in show_regs()
54 printf("ra : %0*lx (text %0*lx)\n", field, regs->regs[31], in show_regs()
55 field, regs->regs[31] - gd->reloc_off); in show_regs()
63 printf("BadVA : %0*lx\n", field, regs->cp0_badvaddr); in show_regs()
77 const int field = 2 * sizeof(unsigned long); in do_ejtag_debug() local
85 field, depc, debug); in do_ejtag_debug()