Searched refs:search_exception_tables (Results 1 – 25 of 48) sorted by relevance
12
15 const struct exception_table_entry *search_exception_tables(unsigned long add);22 fixup = search_exception_tables(address); in arch_fixup()
214 !search_exception_tables(regs->nip)) { in bad_kernel_fault()225 if (!search_exception_tables(regs->nip)) in bad_kernel_fault()474 if (!is_user && !search_exception_tables(regs->nip)) in __do_page_fault()568 if ((entry = search_exception_tables(regs->nip)) != NULL) { in bad_page_fault()
133 !search_exception_tables(instruction_pointer(regs))) in do_page_fault()145 !search_exception_tables(instruction_pointer(regs))) in do_page_fault()282 search_exception_tables(instruction_pointer(regs))) != in do_page_fault()
11 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
72 fixup = search_exception_tables(regs->pc); in bad_page_fault()143 if (kernel_mode(regs) && !search_exception_tables(regs->pc)) in do_page_fault()
17 fixup = search_exception_tables(regs->pc); in fixup_exception()
18 fixup = search_exception_tables(regs->epc); in fixup_exception()
18 fixup = search_exception_tables(regs->ea); in fixup_exception()
17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
278 if (!user_mode(regs) && !search_exception_tables(regs->ARM_pc)) in do_page_fault()291 !search_exception_tables(regs->ARM_pc)) in do_page_fault()
13 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
491 if (!search_exception_tables(regs->pc)) in do_page_fault()504 if (!user_mode(regs) && !search_exception_tables(regs->pc)) in do_page_fault()515 if (!user_mode(regs) && !search_exception_tables(regs->pc)) { in do_page_fault()
15 e = search_exception_tables((regs)->cr_iip + ia64_psr(regs)->ri); \
146 e = search_exception_tables(ip); in ex_get_fault_handler_type()178 e = search_exception_tables(regs->ip); in fixup_exception()
21 const struct exception_table_entry *search_exception_tables(unsigned long add);
16 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
96 entry = search_exception_tables(addr); in search_extables_range()
234 entry = search_exception_tables(regs->tpc); in do_kernel_fault()323 !search_exception_tables(regs->tpc)) { in do_sparc64_fault()
53 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() function
171 if ((entry = search_exception_tables(regs->nip)) != NULL) { in mpc7448_machine_check_exception()
148 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
372 if ((entry = search_exception_tables(orig_pc))) { in simulate_lwa()419 if ((entry = search_exception_tables(orig_pc))) { in simulate_swa()
79 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()
32 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()