Lines Matching refs:pc
37 regs->pc, regs->r26, regs->ps, print_tainted()); in dik_show_regs()
38 printk("pc is at %pSR\n", (void *)regs->pc); in dik_show_regs()
77 dik_show_code(unsigned int *pc) in dik_show_code() argument
84 if (__get_user(insn, (unsigned int __user *)pc + i)) in dik_show_code()
154 dik_show_code((unsigned int *)regs->pc); in die_if_kernel()
169 long (*alpha_fp_emul) (unsigned long pc)
174 long alpha_fp_emul (unsigned long pc);
188 si_code = alpha_fp_emul(regs->pc - 4); in do_entArith()
196 send_sig_fault_trapno(SIGFPE, si_code, (void __user *) regs->pc, 0, current); in do_entArith()
221 = (const unsigned int *) regs->pc; in do_entIF()
232 = (unsigned int *) regs->pc - 1; in do_entIF()
248 regs->pc -= 4; /* make pc point to former bpt */ in do_entIF()
251 send_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *)regs->pc, in do_entIF()
257 (void __user *) regs->pc, 0, current); in do_entIF()
318 send_sig_fault_trapno(signo, code, (void __user *) regs->pc, in do_entIF()
330 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc, current); in do_entIF()
345 force_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc); in do_entDbg()
364 unsigned long ps, pc, gp, a0, a1, a2; member
368 unsigned long count, va, pc; member
381 unsigned long pc = regs->pc - 4; in do_entUna() local
387 unaligned[0].pc = pc; in do_entUna()
519 pc, va, opcode, reg); in do_entUna()
525 if ((fixup = search_exception_tables(pc)) != 0) { in do_entUna()
527 newpc = fixup_exception(una_reg, fixup, pc); in do_entUna()
530 pc, newpc); in do_entUna()
532 regs->pc = newpc; in do_entUna()
545 pc, una_reg(26), regs->ps); in do_entUna()
567 dik_show_code((unsigned int *)pc); in do_entUna()
679 regs->pc - 4, va, opcode, reg); in do_entUnaUser()
696 unaligned[1].pc = regs->pc - 4; in do_entUnaUser()
891 regs->pc -= 4; /* make pc point to faulting insn */ in do_entUnaUser()
911 regs->pc -= 4; in do_entUnaUser()