Lines Matching refs:printk
81 printk("CPU #: %d\n" in show_registers()
84 printk("GPR00: %08lx GPR01: %08lx GPR02: %08lx GPR03: %08lx\n", in show_registers()
86 printk("GPR04: %08lx GPR05: %08lx GPR06: %08lx GPR07: %08lx\n", in show_registers()
88 printk("GPR08: %08lx GPR09: %08lx GPR10: %08lx GPR11: %08lx\n", in show_registers()
90 printk("GPR12: %08lx GPR13: %08lx GPR14: %08lx GPR15: %08lx\n", in show_registers()
92 printk("GPR16: %08lx GPR17: %08lx GPR18: %08lx GPR19: %08lx\n", in show_registers()
94 printk("GPR20: %08lx GPR21: %08lx GPR22: %08lx GPR23: %08lx\n", in show_registers()
96 printk("GPR24: %08lx GPR25: %08lx GPR26: %08lx GPR27: %08lx\n", in show_registers()
98 printk("GPR28: %08lx GPR29: %08lx GPR30: %08lx GPR31: %08lx\n", in show_registers()
100 printk(" RES: %08lx oGPR11: %08lx\n", in show_registers()
103 printk("Process %s (pid: %d, stackpage=%08lx)\n", in show_registers()
111 printk("\nStack: "); in show_registers()
114 printk("\nCode: "); in show_registers()
122 printk(" Bad PC value."); in show_registers()
127 printk("(%02x) ", c); in show_registers()
129 printk("%02x ", c); in show_registers()
132 printk("\n"); in show_registers()
141 printk("\n\r[nommu_dump_state] :: ea %lx, vector %lx\n\r", ea, vector); in nommu_dump_state()
143 printk("CPU #: %d\n" in nommu_dump_state()
146 printk("GPR00: %08lx GPR01: %08lx GPR02: %08lx GPR03: %08lx\n", in nommu_dump_state()
148 printk("GPR04: %08lx GPR05: %08lx GPR06: %08lx GPR07: %08lx\n", in nommu_dump_state()
150 printk("GPR08: %08lx GPR09: %08lx GPR10: %08lx GPR11: %08lx\n", in nommu_dump_state()
152 printk("GPR12: %08lx GPR13: %08lx GPR14: %08lx GPR15: %08lx\n", in nommu_dump_state()
154 printk("GPR16: %08lx GPR17: %08lx GPR18: %08lx GPR19: %08lx\n", in nommu_dump_state()
156 printk("GPR20: %08lx GPR21: %08lx GPR22: %08lx GPR23: %08lx\n", in nommu_dump_state()
158 printk("GPR24: %08lx GPR25: %08lx GPR26: %08lx GPR27: %08lx\n", in nommu_dump_state()
160 printk("GPR28: %08lx GPR29: %08lx GPR30: %08lx GPR31: %08lx\n", in nommu_dump_state()
162 printk(" RES: %08lx oGPR11: %08lx\n", in nommu_dump_state()
165 printk("Process %s (pid: %d, stackpage=%08lx)\n", in nommu_dump_state()
170 printk("\nStack: "); in nommu_dump_state()
171 printk("Stack dump [0x%08lx]:\n", (unsigned long)stack); in nommu_dump_state()
177 printk("%lx :: sp + %02d: 0x%08lx\n", stack, i * 4, in nommu_dump_state()
180 printk("\n"); in nommu_dump_state()
182 printk("Call Trace: "); in nommu_dump_state()
190 printk("\n "); in nommu_dump_state()
191 printk(" [<%08lx>]", addr); in nommu_dump_state()
195 printk("\n"); in nommu_dump_state()
197 printk("\nCode: "); in nommu_dump_state()
204 printk("(%02x) ", c); in nommu_dump_state()
206 printk("%02x ", c); in nommu_dump_state()
208 printk("\n"); in nommu_dump_state()
216 printk("\n%s#: %04lx\n", str, err & 0xffff); in die()
219 printk("\n\nUNHANDLED_EXCEPTION: entering infinite loop\n"); in die()
241 printk("Unable to handle exception at EA =0x%x, vector 0x%x", in unhandled_exception()
264 printk("KERNEL: Unaligned Access 0x%.8lx\n", address); in do_unaligned_access()
277 printk("KERNEL: Bus error (SIGBUS) 0x%.8lx\n", address); in do_bus_fault()
472 printk("KERNEL: Illegal instruction (SIGILL) 0x%.8lx\n", in do_illegal_instruction()