• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/

Lines Matching refs:nip

260 	unsigned int *nip = (unsigned int *)regs->nip;
263 && (entry = search_exception_tables(regs->nip)) != NULL) {
272 if (*nip == 0x60000000) /* nop */
273 nip -= 2;
274 else if (*nip == 0x4c00012c) /* isync */
275 --nip;
276 if (*nip == 0x7c0004ac || (*nip >> 26) == 3) {
280 --nip;
281 rb = (*nip >> 11) & 0x1f;
283 (*nip & 0x100)? "OUT to": "IN from",
284 regs->gpr[rb] - _IO_BASE, nip);
286 regs->nip = entry->fixup;
349 _exception(SIGBUS, regs, BUS_ADRERR, regs->nip);
507 regs->nip, regs->msr, regs->trap);
519 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip);
537 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip);
589 _exception(SIGFPE, regs, code, regs->nip);
717 if (get_user(instword, (u32 __user *)(regs->nip)))
780 report_bug(regs->nip) == BUG_TRAP_TYPE_WARN) {
781 regs->nip += 4;
784 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip);
805 _exception(SIGFPE, regs, code, regs->nip);
809 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip);
819 regs->nip += 4;
823 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip);
829 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip);
831 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
843 regs->nip += 4; /* skip over emulated instruction */
874 regs->nip, regs->msr);
882 current, current->pid, regs->nip, regs->link, regs->gpr[0],
889 "%lx at %lx\n", regs->trap, regs->nip);
898 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
903 "%lx at %lx\n", regs->trap, regs->nip);
936 _exception(SIGFPE, regs, code, regs->nip);
940 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip);
943 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
954 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
957 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip);
989 regs->nip, regs->msr, regs->trap, print_tainted());
1000 " at %lx\n", regs->nip);
1008 regs->nip += 4; /* skip emulated instruction */
1015 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip);
1020 "in %s at %lx\n", current->comm, regs->nip);
1035 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip);
1071 _exception(SIGFPE, regs, code, regs->nip);
1085 regs->trap, regs->nip);
1115 regs->gpr[1], regs->nip);