Searched refs:search_exception_tables (Results 1 – 25 of 33) sorted by relevance
12
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(exception_epc(regs)); in fixup_exception()
18 fixup = search_exception_tables(regs->ea); in fixup_exception()
17 fixup = search_exception_tables(regs->pc); in fixup_exception()
16 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
21 const struct exception_table_entry *search_exception_tables(unsigned long add);
282 if (!search_exception_tables(ip)) in get_mmap_lock_carefully()307 if (!search_exception_tables(ip)) in upgrade_mmap_lock_carefully()
49 ex = search_exception_tables(exception_era(regs)); in fixup_exception()
54 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() function
294 const struct exception_table_entry *e = search_exception_tables(ip); in ex_get_fixup_type()319 e = search_exception_tables(regs->ip); in fixup_exception()
86 ex = search_exception_tables(regs->epc); in fixup_exception()
347 if ((entry = search_exception_tables(orig_pc))) { in simulate_lwa()394 if ((entry = search_exception_tables(orig_pc))) { in simulate_swa()
144 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
81 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()
237 entry = search_exception_tables(regs->tpc); in do_kernel_fault()326 !search_exception_tables(regs->tpc)) { in do_sparc64_fault()
234 entry = search_exception_tables(regs->pc); in do_sparc_fault()
193 if ((fixup = search_exception_tables(regs->pc)) != 0) { in do_page_fault()
234 if ((entry = search_exception_tables(regs->pc)) != NULL) { in do_page_fault()
248 if ((entry = search_exception_tables(regs->nip)) != NULL) { in ppc750_machine_check_exception()
242 if ((entry = search_exception_tables(regs->pc)) != NULL) { in bad_page_fault()
219 entry = search_exception_tables(regs->pc); in kernel_mna_trap_fault()
13 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
104 if (search_exception_tables(probe_addr)) in arch_prepare_kprobe()
147 fix = search_exception_tables(regs->iaoq[0]); in fixup_exception()