Lines Matching refs:printk

60 			printk(" [<%08lx>]", addr);  in show_trace()
62 printk("\n"); in show_trace()
65 printk(" =======================\n"); in show_trace()
79 printk("Stack dump [0x%08lx]:\n", (unsigned long)esp); in show_stack()
87 printk("Failing address 0x%lx\n", (unsigned long)stack); in show_stack()
92 printk("sp + %02d: 0x%08lx\n", i * 4, addr); in show_stack()
94 printk("\n"); in show_stack()
118 printk("CPU #: %d\n" in show_registers()
121 printk("GPR00: %08lx GPR01: %08lx GPR02: %08lx GPR03: %08lx\n", in show_registers()
123 printk("GPR04: %08lx GPR05: %08lx GPR06: %08lx GPR07: %08lx\n", in show_registers()
125 printk("GPR08: %08lx GPR09: %08lx GPR10: %08lx GPR11: %08lx\n", in show_registers()
127 printk("GPR12: %08lx GPR13: %08lx GPR14: %08lx GPR15: %08lx\n", in show_registers()
129 printk("GPR16: %08lx GPR17: %08lx GPR18: %08lx GPR19: %08lx\n", in show_registers()
131 printk("GPR20: %08lx GPR21: %08lx GPR22: %08lx GPR23: %08lx\n", in show_registers()
133 printk("GPR24: %08lx GPR25: %08lx GPR26: %08lx GPR27: %08lx\n", in show_registers()
135 printk("GPR28: %08lx GPR29: %08lx GPR30: %08lx GPR31: %08lx\n", in show_registers()
137 printk(" RES: %08lx oGPR11: %08lx\n", in show_registers()
140 printk("Process %s (pid: %d, stackpage=%08lx)\n", in show_registers()
148 printk("\nStack: "); in show_registers()
151 printk("\nCode: "); in show_registers()
159 printk(" Bad PC value."); in show_registers()
164 printk("(%02x) ", c); in show_registers()
166 printk("%02x ", c); in show_registers()
169 printk("\n"); in show_registers()
178 printk("\n\r[nommu_dump_state] :: ea %lx, vector %lx\n\r", ea, vector); in nommu_dump_state()
180 printk("CPU #: %d\n" in nommu_dump_state()
183 printk("GPR00: %08lx GPR01: %08lx GPR02: %08lx GPR03: %08lx\n", in nommu_dump_state()
185 printk("GPR04: %08lx GPR05: %08lx GPR06: %08lx GPR07: %08lx\n", in nommu_dump_state()
187 printk("GPR08: %08lx GPR09: %08lx GPR10: %08lx GPR11: %08lx\n", in nommu_dump_state()
189 printk("GPR12: %08lx GPR13: %08lx GPR14: %08lx GPR15: %08lx\n", in nommu_dump_state()
191 printk("GPR16: %08lx GPR17: %08lx GPR18: %08lx GPR19: %08lx\n", in nommu_dump_state()
193 printk("GPR20: %08lx GPR21: %08lx GPR22: %08lx GPR23: %08lx\n", in nommu_dump_state()
195 printk("GPR24: %08lx GPR25: %08lx GPR26: %08lx GPR27: %08lx\n", in nommu_dump_state()
197 printk("GPR28: %08lx GPR29: %08lx GPR30: %08lx GPR31: %08lx\n", in nommu_dump_state()
199 printk(" RES: %08lx oGPR11: %08lx\n", in nommu_dump_state()
202 printk("Process %s (pid: %d, stackpage=%08lx)\n", in nommu_dump_state()
207 printk("\nStack: "); in nommu_dump_state()
208 printk("Stack dump [0x%08lx]:\n", (unsigned long)stack); in nommu_dump_state()
214 printk("%lx :: sp + %02d: 0x%08lx\n", stack, i * 4, in nommu_dump_state()
217 printk("\n"); in nommu_dump_state()
219 printk("Call Trace: "); in nommu_dump_state()
227 printk("\n "); in nommu_dump_state()
228 printk(" [<%08lx>]", addr); in nommu_dump_state()
232 printk("\n"); in nommu_dump_state()
234 printk("\nCode: "); in nommu_dump_state()
241 printk("(%02x) ", c); in nommu_dump_state()
243 printk("%02x ", c); in nommu_dump_state()
245 printk("\n"); in nommu_dump_state()
253 printk("\n%s#: %04lx\n", str, err & 0xffff); in die()
256 printk("\n\nUNHANDLED_EXCEPTION: entering infinite loop\n"); in die()
278 printk("Unable to handle exception at EA =0x%x, vector 0x%x", in unhandled_exception()
312 printk("KERNEL: Unaligned Access 0x%.8lx\n", address); in do_unaligned_access()
331 printk("KERNEL: Bus error (SIGBUS) 0x%.8lx\n", address); in do_bus_fault()
350 printk("KERNEL: Illegal instruction (SIGILL) 0x%.8lx\n", in do_illegal_instruction()