Lines Matching refs:nip
307 force_sig_fault(SIGTRAP, TRAP_TRACE, (void __user *)regs->nip); in user_single_step_report()
327 addr, regs->nip, regs->link, code); in show_signal_msg()
329 print_vma_addr(KERN_CONT " in ", regs->nip); in show_signal_msg()
401 unsigned long nip = regs->nip; in hv_nmi_check_nonrecoverable() local
417 nip &= ~0xc000000000000000ULL; in hv_nmi_check_nonrecoverable()
418 if ((nip >= 0x500 && nip < 0x600) || (nip >= 0x4500 && nip < 0x4600)) in hv_nmi_check_nonrecoverable()
420 if ((nip >= 0x980 && nip < 0xa00) || (nip >= 0x4980 && nip < 0x4a00)) in hv_nmi_check_nonrecoverable()
422 if ((nip >= 0xe00 && nip < 0xec0) || (nip >= 0x4e00 && nip < 0x4ec0)) in hv_nmi_check_nonrecoverable()
424 if ((nip >= 0xf80 && nip < 0xfa0) || (nip >= 0x4f80 && nip < 0x4fa0)) in hv_nmi_check_nonrecoverable()
428 if (nip >= (unsigned long)(start_real_trampolines - kbase) && in hv_nmi_check_nonrecoverable()
429 nip < (unsigned long)(end_real_trampolines - kbase)) in hv_nmi_check_nonrecoverable()
431 if (nip >= (unsigned long)(start_virt_trampolines - kbase) && in hv_nmi_check_nonrecoverable()
432 nip < (unsigned long)(end_virt_trampolines - kbase)) in hv_nmi_check_nonrecoverable()
537 unsigned int *nip = (unsigned int *)regs->nip; in check_io_access() local
540 && (entry = search_exception_tables(regs->nip)) != NULL) { in check_io_access()
549 if (*nip == PPC_RAW_NOP()) in check_io_access()
550 nip -= 2; in check_io_access()
551 else if (*nip == PPC_RAW_ISYNC()) in check_io_access()
552 --nip; in check_io_access()
553 if (*nip == PPC_RAW_SYNC() || get_op(*nip) == OP_TRAP) { in check_io_access()
556 --nip; in check_io_access()
557 rb = (*nip >> 11) & 0x1f; in check_io_access()
559 (*nip & 0x100)? "OUT to": "IN from", in check_io_access()
560 regs->gpr[rb] - _IO_BASE, nip); in check_io_access()
857 udbg_printf("SRR0=0x%016lx SRR1=0x%016lx\n", regs->nip, regs->msr); in DEFINE_INTERRUPT_HANDLER_RAW()
893 if (__get_user(instr, (unsigned int __user *)regs->nip)) in p9_hmi_special_emu()
906 regs->nip, instr); in p9_hmi_special_emu()
941 regs->nip, instr, (unsigned long)addr); in p9_hmi_special_emu()
956 regs->nip, instr, (unsigned long)addr); in p9_hmi_special_emu()
962 smp_processor_id(), current->comm, current->pid, regs->nip, in p9_hmi_special_emu()
982 regs->nip, instr, msr); in p9_hmi_special_emu()
1095 regs->nip, regs->msr, regs->trap); in DEFINE_INTERRUPT_HANDLER()
1103 regs->nip, regs->msr, regs->trap); in DEFINE_INTERRUPT_HANDLER_ASYNC()
1111 regs->nip, regs->msr, regs->trap); in DEFINE_INTERRUPT_HANDLER_NMI()
1125 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1147 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in __single_step_exception()
1204 _exception(SIGFPE, regs, code, regs->nip); in parse_fpe()
1354 if (get_user(instword, (u32 __user *)(regs->nip))) in emulate_instruction()
1461 _exception(SIGFPE, regs, code, regs->nip); in emulate_math()
1465 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in emulate_math()
1502 bugaddr = regs->nip; in do_program_check()
1517 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in do_program_check()
1539 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1544 regs->nip, regs->msr, get_paca()->tm_scratch); in do_program_check()
1574 if (get_user_instr(insn, (void __user *)regs->nip)) { in do_program_check()
1575 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in do_program_check()
1581 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip); in do_program_check()
1586 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in do_program_check()
1609 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip); in do_program_check()
1616 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in do_program_check()
1618 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in do_program_check()
1688 "%lx at %lx\n", regs->trap, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1697 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1702 "%lx at %lx\n", regs->trap, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1711 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1716 "%lx at %lx\n", regs->trap, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1733 "%lx at %lx\n", regs->trap, regs->nip); in tm_unavailable()
1773 facility, status, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1796 if (get_user(instword, (u32 __user *)(regs->nip))) { in DEFINE_INTERRUPT_HANDLER()
1846 hv ? "Hypervisor " : "", facility, status, regs->nip, regs->msr); in DEFINE_INTERRUPT_HANDLER()
1849 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
1860 regs->nip, regs->msr); in DEFINE_INTERRUPT_HANDLER()
1896 regs->nip, regs->msr); in DEFINE_INTERRUPT_HANDLER()
1914 regs->nip, regs->msr); in DEFINE_INTERRUPT_HANDLER()
2089 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2102 " at %lx\n", regs->nip); in DEFINE_INTERRUPT_HANDLER()
2118 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2123 "in %s at %lx\n", current->comm, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2139 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2182 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2186 "in %s at %lx\n", current->comm, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2188 _exception(SIGFPE, regs, code, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2215 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2219 "in %s at %lx\n", current->comm, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2221 _exception(SIGFPE, regs, FPE_FLTUNK, regs->nip); in DEFINE_INTERRUPT_HANDLER()
2236 regs->trap, regs->nip, regs->msr); in unrecoverable_exception()
2259 regs->gpr[1], regs->nip); in DEFINE_INTERRUPT_HANDLER()