Lines Matching refs:printk
111 printk("Call Trace:"); in show_raw_backtrace()
113 printk("\n"); in show_raw_backtrace()
119 printk(" (Bad stack address)"); in show_raw_backtrace()
125 printk("\n"); in show_raw_backtrace()
151 printk("Call Trace:\n"); in show_backtrace()
156 printk("\n"); in show_backtrace()
171 printk("Stack :"); in show_stacktrace()
175 printk("\n "); in show_stacktrace()
177 printk(" ..."); in show_stacktrace()
182 printk(" (Bad stack address)"); in show_stacktrace()
186 printk(" %0*lx", field, stackdata); in show_stacktrace()
189 printk("\n"); in show_stacktrace()
229 printk("\nCode:"); in show_code()
236 printk(" (Bad address in epc)\n"); in show_code()
239 printk("%c%0*x%c", (i?' ':'<'), pc16 ? 4 : 8, insn, (i?' ':'>')); in show_code()
257 printk("$%2d :", i); in __show_regs()
259 printk(" %0*lx", field, 0UL); in __show_regs()
261 printk(" %*s", field, ""); in __show_regs()
263 printk(" %0*lx", field, regs->regs[i]); in __show_regs()
267 printk("\n"); in __show_regs()
271 printk("Acx : %0*lx\n", field, regs->acx); in __show_regs()
273 printk("Hi : %0*lx\n", field, regs->hi); in __show_regs()
274 printk("Lo : %0*lx\n", field, regs->lo); in __show_regs()
279 printk("epc : %0*lx %pS\n", field, regs->cp0_epc, in __show_regs()
281 printk("ra : %0*lx %pS\n", field, regs->regs[31], in __show_regs()
284 printk("Status: %08x ", (uint32_t) regs->cp0_status); in __show_regs()
288 printk("KUo "); in __show_regs()
290 printk("IEo "); in __show_regs()
292 printk("KUp "); in __show_regs()
294 printk("IEp "); in __show_regs()
296 printk("KUc "); in __show_regs()
298 printk("IEc "); in __show_regs()
301 printk("KX "); in __show_regs()
303 printk("SX "); in __show_regs()
305 printk("UX "); in __show_regs()
308 printk("USER "); in __show_regs()
311 printk("SUPERVISOR "); in __show_regs()
314 printk("KERNEL "); in __show_regs()
317 printk("BAD_MODE "); in __show_regs()
321 printk("ERL "); in __show_regs()
323 printk("EXL "); in __show_regs()
325 printk("IE "); in __show_regs()
327 printk("\n"); in __show_regs()
330 printk("Cause : %08x (ExcCode %02x)\n", cause, exccode); in __show_regs()
333 printk("BadVA : %0*lx\n", field, regs->cp0_badvaddr); in __show_regs()
335 printk("PrId : %08x (%s)\n", read_c0_prid(), in __show_regs()
354 printk("Process %s (pid: %d, threadinfo=%p, task=%p, tls=%0*lx)\n", in show_registers()
362 printk("*HwTLS: %0*lx\n", field, tls); in show_registers()
370 printk("\n"); in show_registers()
391 printk("%s[#%d]:\n", str, ++die_counter); in die()
402 printk(KERN_EMERG "Fatal exception: panic in 5 seconds"); in die()
466 printk(KERN_ALERT "%s bus error, epc == %0*lx, ra == %0*lx\n", in do_be()
1575 printk(KERN_DEBUG "Thread Underflow\n"); in do_mt()
1578 printk(KERN_DEBUG "Thread Overflow\n"); in do_mt()
1581 printk(KERN_DEBUG "Invalid YIELD Qualifier\n"); in do_mt()
1584 printk(KERN_DEBUG "Gating Storage Exception\n"); in do_mt()
1587 printk(KERN_DEBUG "YIELD Scheduler Exception\n"); in do_mt()
1590 printk(KERN_DEBUG "Gating Storage Scheduler Exception\n"); in do_mt()
1593 printk(KERN_DEBUG "*** UNKNOWN THREAD EXCEPTION %d ***\n", in do_mt()
1689 printk(KERN_INFO "Writing ErrCtl register=%08lx\n", errctl); in parity_protection_init()
1694 printk(KERN_INFO "Readback ErrCtl register=%08lx\n", errctl); in parity_protection_init()
1697 printk(KERN_INFO "Cache parity protection %sabled\n", in parity_protection_init()
1703 printk(KERN_INFO "L2 cache parity protection %sabled\n", in parity_protection_init()
1715 printk(KERN_INFO "Cache parity protection %sabled\n", in parity_protection_init()
1721 printk(KERN_INFO "Enable cache parity protection for " in parity_protection_init()
1736 printk("Cache error exception:\n"); in cache_parity_error()
1737 printk("cp0_errorepc == %0*lx\n", field, read_c0_errorepc()); in cache_parity_error()
1739 printk("c0_cacheerr == %08x\n", reg_val); in cache_parity_error()
1741 printk("Decoded c0_cacheerr: %s cache fault in %s reference.\n", in cache_parity_error()
1765 printk("IDX: 0x%08x\n", reg_val & ((1<<22)-1)); in cache_parity_error()
1769 printk("DErrAddr0: 0x%0*lx\n", field, read_c0_derraddr0()); in cache_parity_error()
1772 printk("DErrAddr1: 0x%0*lx\n", field, read_c0_derraddr1()); in cache_parity_error()
1816 printk(KERN_DEBUG "SDBBP EJTAG debug exception - not handled yet, just ignored!\n"); in ejtag_exception_handler()
1819 printk(KERN_DEBUG "c0_depc = %0*lx, DEBUG = %08x\n", field, depc, debug); in ejtag_exception_handler()
1839 printk(KERN_DEBUG "\n\n----- Enable EJTAG single stepping ----\n\n"); in ejtag_exception_handler()