Lines Matching refs:nip
220 !search_exception_tables(regs->nip)) { in bad_kernel_fault()
231 if (!search_exception_tables(regs->nip)) in bad_kernel_fault()
258 unsigned int __user *nip = (unsigned int __user *)regs->nip; in bad_stack_expansion() local
280 access_ok(nip, sizeof(*nip))) { in bad_stack_expansion()
285 res = __get_user_inatomic(inst, nip); in bad_stack_expansion()
519 if (!is_user && !search_exception_tables(regs->nip)) in __do_page_fault()
548 if (fault_in_pages_readable((const char __user *)regs->nip, in __do_page_fault()
650 if ((entry = search_exception_tables(regs->nip)) != NULL) { in bad_page_fault()
651 regs->nip = extable_fixup(entry); in bad_page_fault()
668 regs->nip < PAGE_SIZE ? " (NULL pointer?)\n" : "\n"); in bad_page_fault()
680 regs->nip); in bad_page_fault()