Lines Matching refs:fp
465 void show_regs(struct pt_regs *fp) in show_regs() argument
483 pr_info("PC: 0x%08lx (%pS)\n", (long)fp->pc, (void *)fp->pc); in show_regs()
484 pr_info("LR: 0x%08lx (%pS)\n", (long)fp->lr, (void *)fp->lr); in show_regs()
485 pr_info("SP: 0x%08lx\n", (long)fp->usp); in show_regs()
486 pr_info("PSR: 0x%08lx\n", (long)fp->sr); in show_regs()
487 pr_info("orig_a0: 0x%08lx\n", fp->orig_a0); in show_regs()
488 pr_info("PT_REGS: 0x%08lx\n", (long)fp); in show_regs()
491 fp->a0, fp->a1, fp->a2, fp->a3); in show_regs()
494 fp->regs[0], fp->regs[1], fp->regs[2], fp->regs[3]); in show_regs()
496 fp->regs[4], fp->regs[5], fp->regs[6], fp->regs[7]); in show_regs()
498 fp->regs[8], fp->regs[9], fp->lr); in show_regs()
500 fp->exregs[0], fp->exregs[1], fp->exregs[2], fp->exregs[3]); in show_regs()
502 fp->exregs[4], fp->exregs[5], fp->exregs[6], fp->exregs[7]); in show_regs()
504 fp->exregs[8], fp->exregs[9], fp->exregs[10], fp->exregs[11]); in show_regs()
506 fp->exregs[12], fp->exregs[13], fp->exregs[14], fp->tls); in show_regs()
508 fp->rhi, fp->rlo); in show_regs()
511 fp->regs[0], fp->regs[1], fp->regs[2], fp->regs[3]); in show_regs()
513 fp->regs[4], fp->regs[5], fp->regs[6], fp->regs[7]); in show_regs()
515 fp->regs[8], fp->regs[9]); in show_regs()