Lines Matching refs:printk
45 printk("%s[<%p>] %s%pS\n", loglvl, (void *) addr, reliable ? "" : "? ", in print_trace()
52 printk("(%08lx:)\t%08lx", base_addr + (i * 4), word); in print_data()
54 printk(" %08lx:\t%08lx", base_addr + (i * 4), word); in print_data()
63 printk("%sCall trace:\n", loglvl); in show_stack()
77 printk("CPU #: %d\n" in show_registers()
80 printk("GPR00: %08lx GPR01: %08lx GPR02: %08lx GPR03: %08lx\n", in show_registers()
82 printk("GPR04: %08lx GPR05: %08lx GPR06: %08lx GPR07: %08lx\n", in show_registers()
84 printk("GPR08: %08lx GPR09: %08lx GPR10: %08lx GPR11: %08lx\n", in show_registers()
86 printk("GPR12: %08lx GPR13: %08lx GPR14: %08lx GPR15: %08lx\n", in show_registers()
88 printk("GPR16: %08lx GPR17: %08lx GPR18: %08lx GPR19: %08lx\n", in show_registers()
90 printk("GPR20: %08lx GPR21: %08lx GPR22: %08lx GPR23: %08lx\n", in show_registers()
92 printk("GPR24: %08lx GPR25: %08lx GPR26: %08lx GPR27: %08lx\n", in show_registers()
94 printk("GPR28: %08lx GPR29: %08lx GPR30: %08lx GPR31: %08lx\n", in show_registers()
96 printk(" RES: %08lx oGPR11: %08lx\n", in show_registers()
99 printk("Process %s (pid: %d, stackpage=%08lx)\n", in show_registers()
107 printk("\nStack: "); in show_registers()
113 printk("\n"); in show_registers()
119 printk(" Bad Stack value."); in show_registers()
126 printk("\nCode: "); in show_registers()
135 printk(" Bad PC value."); in show_registers()
142 printk("\n"); in show_registers()
151 printk("\n\r[nommu_dump_state] :: ea %lx, vector %lx\n\r", ea, vector); in nommu_dump_state()
153 printk("CPU #: %d\n" in nommu_dump_state()
156 printk("GPR00: %08lx GPR01: %08lx GPR02: %08lx GPR03: %08lx\n", in nommu_dump_state()
158 printk("GPR04: %08lx GPR05: %08lx GPR06: %08lx GPR07: %08lx\n", in nommu_dump_state()
160 printk("GPR08: %08lx GPR09: %08lx GPR10: %08lx GPR11: %08lx\n", in nommu_dump_state()
162 printk("GPR12: %08lx GPR13: %08lx GPR14: %08lx GPR15: %08lx\n", in nommu_dump_state()
164 printk("GPR16: %08lx GPR17: %08lx GPR18: %08lx GPR19: %08lx\n", in nommu_dump_state()
166 printk("GPR20: %08lx GPR21: %08lx GPR22: %08lx GPR23: %08lx\n", in nommu_dump_state()
168 printk("GPR24: %08lx GPR25: %08lx GPR26: %08lx GPR27: %08lx\n", in nommu_dump_state()
170 printk("GPR28: %08lx GPR29: %08lx GPR30: %08lx GPR31: %08lx\n", in nommu_dump_state()
172 printk(" RES: %08lx oGPR11: %08lx\n", in nommu_dump_state()
175 printk("Process %s (pid: %d, stackpage=%08lx)\n", in nommu_dump_state()
180 printk("\nStack: "); in nommu_dump_state()
181 printk("Stack dump [0x%08lx]:\n", (unsigned long)stack); in nommu_dump_state()
187 printk("%lx :: sp + %02d: 0x%08lx\n", stack, i * 4, in nommu_dump_state()
190 printk("\n"); in nommu_dump_state()
192 printk("Call Trace: "); in nommu_dump_state()
200 printk("\n "); in nommu_dump_state()
201 printk(" [<%08lx>]", addr); in nommu_dump_state()
205 printk("\n"); in nommu_dump_state()
207 printk("\nCode: "); in nommu_dump_state()
216 printk("\n"); in nommu_dump_state()
224 printk("\n%s#: %04lx\n", str, err & 0xffff); in die()
227 printk("\n\nUNHANDLED_EXCEPTION: entering infinite loop\n"); in die()
240 printk("Unable to handle exception at EA =0x%x, vector 0x%x", in unhandled_exception()
256 printk("KERNEL: Unaligned Access 0x%.8lx\n", address); in do_unaligned_access()
269 printk("KERNEL: Bus error (SIGBUS) 0x%.8lx\n", address); in do_bus_fault()
464 printk("KERNEL: Illegal instruction (SIGILL) 0x%.8lx\n", in do_illegal_instruction()