Lines Matching refs:field
165 const int field = 2 * sizeof(unsigned long); in show_stacktrace() local
173 if (i && ((i % (64 / field)) == 0)) in show_stacktrace()
185 printk(" %0*lx", field, stackdata); in show_stacktrace()
244 const int field = 2 * sizeof(unsigned long); in __show_regs() local
257 printk(" %0*lx", field, 0UL); in __show_regs()
259 printk(" %*s", field, ""); in __show_regs()
261 printk(" %0*lx", field, regs->regs[i]); in __show_regs()
269 printk("Acx : %0*lx\n", field, regs->acx); in __show_regs()
271 printk("Hi : %0*lx\n", field, regs->hi); in __show_regs()
272 printk("Lo : %0*lx\n", field, regs->lo); in __show_regs()
277 printk("epc : %0*lx %pS\n", field, regs->cp0_epc, in __show_regs()
279 printk("ra : %0*lx %pS\n", field, regs->regs[31], in __show_regs()
331 printk("BadVA : %0*lx\n", field, regs->cp0_badvaddr); in __show_regs()
347 const int field = 2 * sizeof(unsigned long); in show_registers() local
354 field, current_thread_info()->tp_value); in show_registers()
360 printk("*HwTLS: %0*lx\n", field, tls); in show_registers()
436 const int field = 2 * sizeof(unsigned long); in do_be() local
471 field, regs->cp0_epc, field, regs->regs[31]); in do_be()
1524 const int field = 2 * sizeof(unsigned long); in do_mcheck() local
1535 pr_err("EntryHi : %0*lx\n", field, read_c0_entryhi()); in do_mcheck()
1536 pr_err("EntryLo0: %0*lx\n", field, read_c0_entrylo0()); in do_mcheck()
1537 pr_err("EntryLo1: %0*lx\n", field, read_c0_entrylo1()); in do_mcheck()
1541 pr_err("PWField : %0*lx\n", field, read_c0_pwfield()); in do_mcheck()
1542 pr_err("PWSize : %0*lx\n", field, read_c0_pwsize()); in do_mcheck()
1729 const int field = 2 * sizeof(unsigned long); in cache_parity_error() local
1734 printk("cp0_errorepc == %0*lx\n", field, read_c0_errorepc()); in cache_parity_error()
1766 printk("DErrAddr0: 0x%0*lx\n", field, read_c0_derraddr0()); in cache_parity_error()
1769 printk("DErrAddr1: 0x%0*lx\n", field, read_c0_derraddr1()); in cache_parity_error()
1777 const int field = 2 * sizeof(unsigned long); in do_ftlb() local
1785 pr_err("cp0_errorepc == %0*lx\n", field, read_c0_errorepc()); in do_ftlb()
1809 const int field = 2 * sizeof(unsigned long); in ejtag_exception_handler() local
1816 printk(KERN_DEBUG "c0_depc = %0*lx, DEBUG = %08x\n", field, depc, debug); in ejtag_exception_handler()