Lines Matching refs:field
173 const int field = 2 * sizeof(unsigned long); in show_stacktrace() local
181 if (i && ((i % (64 / field)) == 0)) { in show_stacktrace()
195 pr_cont(" %0*lx", field, stackdata); in show_stacktrace()
259 const int field = 2 * sizeof(unsigned long); in __show_regs() local
273 pr_cont(" %0*lx", field, 0UL); in __show_regs()
275 pr_cont(" %*s", field, ""); in __show_regs()
277 pr_cont(" %0*lx", field, regs->regs[i]); in __show_regs()
285 printk("Acx : %0*lx\n", field, regs->acx); in __show_regs()
288 printk("Hi : %0*lx\n", field, regs->hi); in __show_regs()
289 printk("Lo : %0*lx\n", field, regs->lo); in __show_regs()
295 printk("epc : %0*lx %pS\n", field, regs->cp0_epc, in __show_regs()
297 printk("ra : %0*lx %pS\n", field, regs->regs[31], in __show_regs()
349 printk("BadVA : %0*lx\n", field, regs->cp0_badvaddr); in __show_regs()
366 const int field = 2 * sizeof(unsigned long); in show_registers() local
372 field, current_thread_info()->tp_value); in show_registers()
378 printk("*HwTLS: %0*lx\n", field, tls); in show_registers()
443 const int field = 2 * sizeof(unsigned long); in do_be() local
480 field, regs->cp0_epc, field, regs->regs[31]); in do_be()
1828 const int field = 2 * sizeof(unsigned long); in cache_parity_error() local
1833 printk("cp0_errorepc == %0*lx\n", field, read_c0_errorepc()); in cache_parity_error()
1865 printk("DErrAddr0: 0x%0*lx\n", field, read_c0_derraddr0()); in cache_parity_error()
1868 printk("DErrAddr1: 0x%0*lx\n", field, read_c0_derraddr1()); in cache_parity_error()
1876 const int field = 2 * sizeof(unsigned long); in do_ftlb() local
1885 pr_err("cp0_errorepc == %0*lx\n", field, read_c0_errorepc()); in do_ftlb()
1940 const int field = 2 * sizeof(unsigned long); in ejtag_exception_handler() local
1947 printk(KERN_DEBUG "c0_depc = %0*lx, DEBUG = %08x\n", field, depc, debug); in ejtag_exception_handler()