Lines Matching refs:printk
45 printk("%s[<%p>] %s%pS\n", loglvl, (void *) addr, reliable ? "" : "? ", in print_trace()
55 printk("%sCall trace:\n", loglvl); in show_stack()
69 printk("CPU #: %d\n" in show_registers()
72 printk("GPR00: %08lx GPR01: %08lx GPR02: %08lx GPR03: %08lx\n", in show_registers()
74 printk("GPR04: %08lx GPR05: %08lx GPR06: %08lx GPR07: %08lx\n", in show_registers()
76 printk("GPR08: %08lx GPR09: %08lx GPR10: %08lx GPR11: %08lx\n", in show_registers()
78 printk("GPR12: %08lx GPR13: %08lx GPR14: %08lx GPR15: %08lx\n", in show_registers()
80 printk("GPR16: %08lx GPR17: %08lx GPR18: %08lx GPR19: %08lx\n", in show_registers()
82 printk("GPR20: %08lx GPR21: %08lx GPR22: %08lx GPR23: %08lx\n", in show_registers()
84 printk("GPR24: %08lx GPR25: %08lx GPR26: %08lx GPR27: %08lx\n", in show_registers()
86 printk("GPR28: %08lx GPR29: %08lx GPR30: %08lx GPR31: %08lx\n", in show_registers()
88 printk(" RES: %08lx oGPR11: %08lx\n", in show_registers()
91 printk("Process %s (pid: %d, stackpage=%08lx)\n", in show_registers()
99 printk("\nStack: "); in show_registers()
102 printk("\nCode: "); in show_registers()
110 printk(" Bad PC value."); in show_registers()
115 printk("(%02x) ", c); in show_registers()
117 printk("%02x ", c); in show_registers()
120 printk("\n"); in show_registers()
129 printk("\n\r[nommu_dump_state] :: ea %lx, vector %lx\n\r", ea, vector); in nommu_dump_state()
131 printk("CPU #: %d\n" in nommu_dump_state()
134 printk("GPR00: %08lx GPR01: %08lx GPR02: %08lx GPR03: %08lx\n", in nommu_dump_state()
136 printk("GPR04: %08lx GPR05: %08lx GPR06: %08lx GPR07: %08lx\n", in nommu_dump_state()
138 printk("GPR08: %08lx GPR09: %08lx GPR10: %08lx GPR11: %08lx\n", in nommu_dump_state()
140 printk("GPR12: %08lx GPR13: %08lx GPR14: %08lx GPR15: %08lx\n", in nommu_dump_state()
142 printk("GPR16: %08lx GPR17: %08lx GPR18: %08lx GPR19: %08lx\n", in nommu_dump_state()
144 printk("GPR20: %08lx GPR21: %08lx GPR22: %08lx GPR23: %08lx\n", in nommu_dump_state()
146 printk("GPR24: %08lx GPR25: %08lx GPR26: %08lx GPR27: %08lx\n", in nommu_dump_state()
148 printk("GPR28: %08lx GPR29: %08lx GPR30: %08lx GPR31: %08lx\n", in nommu_dump_state()
150 printk(" RES: %08lx oGPR11: %08lx\n", in nommu_dump_state()
153 printk("Process %s (pid: %d, stackpage=%08lx)\n", in nommu_dump_state()
158 printk("\nStack: "); in nommu_dump_state()
159 printk("Stack dump [0x%08lx]:\n", (unsigned long)stack); in nommu_dump_state()
165 printk("%lx :: sp + %02d: 0x%08lx\n", stack, i * 4, in nommu_dump_state()
168 printk("\n"); in nommu_dump_state()
170 printk("Call Trace: "); in nommu_dump_state()
178 printk("\n "); in nommu_dump_state()
179 printk(" [<%08lx>]", addr); in nommu_dump_state()
183 printk("\n"); in nommu_dump_state()
185 printk("\nCode: "); in nommu_dump_state()
192 printk("(%02x) ", c); in nommu_dump_state()
194 printk("%02x ", c); in nommu_dump_state()
196 printk("\n"); in nommu_dump_state()
204 printk("\n%s#: %04lx\n", str, err & 0xffff); in die()
207 printk("\n\nUNHANDLED_EXCEPTION: entering infinite loop\n"); in die()
229 printk("Unable to handle exception at EA =0x%x, vector 0x%x", in unhandled_exception()
245 printk("KERNEL: Unaligned Access 0x%.8lx\n", address); in do_unaligned_access()
258 printk("KERNEL: Bus error (SIGBUS) 0x%.8lx\n", address); in do_bus_fault()
453 printk("KERNEL: Illegal instruction (SIGILL) 0x%.8lx\n", in do_illegal_instruction()