Searched refs:search_exception_tables (Results 1 – 25 of 51) 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()
128 !search_exception_tables(instruction_pointer(regs))) in do_page_fault()140 !search_exception_tables(instruction_pointer(regs))) in do_page_fault()293 search_exception_tables(instruction_pointer(regs))) != in do_page_fault()
11 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
220 !search_exception_tables(regs->nip)) { in bad_kernel_fault()231 if (!search_exception_tables(regs->nip)) in bad_kernel_fault()519 if (!is_user && !search_exception_tables(regs->nip)) in __do_page_fault()650 if ((entry = search_exception_tables(regs->nip)) != NULL) { in bad_page_fault()
18 fixup = search_exception_tables(regs->ea); in fixup_exception()
17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
18 fixup = search_exception_tables(regs->sepc); in fixup_exception()
17 fixup = search_exception_tables(regs->pc); in fixup_exception()
77 fixup = search_exception_tables(regs->pc); in fixup_exception()
16 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
229 && !search_exception_tables(regs->UCreg_pc)) in do_pf()242 !search_exception_tables(regs->UCreg_pc)) in do_pf()
72 fixup = search_exception_tables(regs->pc); in bad_page_fault()141 if (kernel_mode(regs) && !search_exception_tables(regs->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()
12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
15 e = search_exception_tables((regs)->cr_iip + ia64_psr(regs)->ri); \
21 const struct exception_table_entry *search_exception_tables(unsigned long add);
194 e = search_exception_tables(ip); in ex_has_fault_handler()222 e = search_exception_tables(regs->ip); in fixup_exception()
96 entry = search_exception_tables(addr); in search_extables_range()
52 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() function
170 if ((entry = search_exception_tables(regs->nip)) != NULL) { in mpc7448_machine_check_exception()
151 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
378 if ((entry = search_exception_tables(orig_pc))) { in simulate_lwa()425 if ((entry = search_exception_tables(orig_pc))) { in simulate_swa()
79 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()