Lines Matching refs:nip
1007 tsk->pid, thr->regs->nip, in tm_reclaim_task()
1398 unsigned long nip = regs->nip; in show_instructions() local
1399 unsigned long pc = regs->nip - (NR_INSN_TO_PRINT * 3 / 4 * sizeof(int)); in show_instructions()
1409 nip = (unsigned long)phys_to_virt(regs->nip); in show_instructions()
1418 if (nip == pc) in show_instructions()
1437 pc = regs->nip - (NR_INSN_TO_PRINT * 3 / 4 * sizeof(int)); in show_user_instructions()
1454 seq_buf_printf(&s, regs->nip == pc ? "<%08x> " : "%08x ", instr); in show_user_instructions()
1557 regs->nip, regs->link, regs->ctr); in __show_regs()
1594 printk("NIP ["REG"] %pS\n", regs->nip, (void *)regs->nip); in __show_regs()
1838 kregs->nip = ppc_function_entry(f); in copy_thread()
1918 regs->nip = start; in start_thread()
2340 loglvl, regs->trap, (void *)regs->nip); in show_stack()