Searched refs:search_exception_tables (Results 1 – 25 of 58) sorted by relevance
123
15 const struct exception_table_entry *search_exception_tables(unsigned long add);22 fixup = search_exception_tables(address); in arch_fixup()
12 fixup = search_exception_tables(regs->bpc); in fixup_exception()
17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
19 fixup = search_exception_tables(regs->pc); in fixup_exception()
23 fixup = search_exception_tables(regs->pc); in fixup_exception()
32 fixup = search_exception_tables(regs->cp0_epc); in fixup_exception()
14 fixup = search_exception_tables(regs->pc); in fixup_exception()
75 fixup = search_exception_tables(regs->pc); in fixup_exception()
11 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
287 if (!user_mode(regs) && !search_exception_tables(regs->ARM_pc)) in do_page_fault()300 !search_exception_tables(regs->ARM_pc)) in do_page_fault()
19 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
238 && !search_exception_tables(regs->UCreg_pc)) in do_pf()250 !search_exception_tables(regs->UCreg_pc)) in do_pf()
73 fixup = search_exception_tables(regs->pc); in bad_page_fault()139 if (kernel_mode(regs) && !search_exception_tables(regs->pc)) in do_page_fault()
24 fixup = search_exception_tables(regs->ip); in fixup_exception()
212 if (!user_mode(regs) && !search_exception_tables(regs->nip)) in do_page_fault()409 if ((entry = search_exception_tables(regs->nip)) != NULL) { in bad_page_fault()
68 extab = search_exception_tables(pc); in search_exception_table()
45 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() function
94 entry = search_exception_tables(addr); in search_extables_range()
233 entry = search_exception_tables(regs->tpc); in do_kernel_fault()332 !search_exception_tables(regs->tpc)) { in do_sparc64_fault()
29 *search_exception_tables(unsigned long addr);
190 if ((entry = search_exception_tables(regs->nip)) != NULL) { in mpc7448_machine_check_exception()
159 fixup = search_exception_tables(instruction_pointer(regs) - 2); in fixup_BUG()
154 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
353 extern const struct exception_table_entry *search_exception_tables (unsigned long addr);359 e = search_exception_tables(regs->cr_iip + ia64_psr(regs)->ri); in ia64_done_with_exception()
145 fix = search_exception_tables(regs->iaoq[0]); in fixup_exception()