Lines Matching refs:fp
239 void show_regs(struct pt_regs *fp) in show_regs() argument
261 pr_info("PC: 0x%08lx (%pS)\n", (long)fp->pc, (void *)fp->pc); in show_regs()
262 pr_info("LR: 0x%08lx (%pS)\n", (long)fp->lr, (void *)fp->lr); in show_regs()
263 pr_info("SP: 0x%08lx\n", (long)fp); in show_regs()
264 pr_info("orig_a0: 0x%08lx\n", fp->orig_a0); in show_regs()
265 pr_info("PSR: 0x%08lx\n", (long)fp->sr); in show_regs()
268 fp->a0, fp->a1, fp->a2, fp->a3); in show_regs()
271 fp->regs[0], fp->regs[1], fp->regs[2], fp->regs[3]); in show_regs()
273 fp->regs[4], fp->regs[5], fp->regs[6], fp->regs[7]); in show_regs()
275 fp->regs[8], fp->regs[9], fp->lr); in show_regs()
277 fp->exregs[0], fp->exregs[1], fp->exregs[2], fp->exregs[3]); in show_regs()
279 fp->exregs[4], fp->exregs[5], fp->exregs[6], fp->exregs[7]); in show_regs()
281 fp->exregs[8], fp->exregs[9], fp->exregs[10], fp->exregs[11]); in show_regs()
283 fp->exregs[12], fp->exregs[13], fp->exregs[14], fp->tls); in show_regs()
285 fp->rhi, fp->rlo); in show_regs()
288 fp->regs[0], fp->regs[1], fp->regs[2], fp->regs[3]); in show_regs()
290 fp->regs[4], fp->regs[5], fp->regs[6], fp->regs[7]); in show_regs()
292 fp->regs[8], fp->regs[9], fp->lr); in show_regs()
296 tp = ((unsigned char *) fp->pc) - 0x20; in show_regs()
306 tp = ((unsigned char *) fp) - 0x40; in show_regs()
314 show_stack(NULL, (unsigned long *)fp->regs[4]); in show_regs()