Searched refs:search_exception_tables (Results 1 – 25 of 53) 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()
127 !search_exception_tables(instruction_pointer(regs))) in do_page_fault()139 !search_exception_tables(instruction_pointer(regs))) in do_page_fault()288 search_exception_tables(instruction_pointer(regs))) != in do_page_fault()
11 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
17 fixup = search_exception_tables(regs->pc); in fixup_exception()
77 fixup = search_exception_tables(regs->pc); in fixup_exception()
31 fixup = search_exception_tables(regs->sepc); in fixup_exception()
18 fixup = search_exception_tables(regs->ea); in fixup_exception()
17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
19 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
238 && !search_exception_tables(regs->UCreg_pc)) in do_pf()251 !search_exception_tables(regs->UCreg_pc)) in do_pf()
13 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
467 if (!search_exception_tables(regs->pc)) in do_page_fault()480 if (!user_mode(regs) && !search_exception_tables(regs->pc)) in do_page_fault()491 if (!user_mode(regs) && !search_exception_tables(regs->pc)) in do_page_fault()
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()
12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
27 e = search_exception_tables((regs)->cr_iip + ia64_psr(regs)->ri); \
165 e = search_exception_tables(ip); in ex_has_fault_handler()192 e = search_exception_tables(regs->ip); in fixup_exception()
21 const struct exception_table_entry *search_exception_tables(unsigned long add);
96 entry = search_exception_tables(addr); in search_extables_range()
56 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() function
174 if ((entry = search_exception_tables(regs->nip)) != NULL) { in mpc7448_machine_check_exception()
164 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
384 if ((entry = search_exception_tables(orig_pc))) { in simulate_lwa()431 if ((entry = search_exception_tables(orig_pc))) { in simulate_swa()
493 if (!is_user && !search_exception_tables(regs->nip)) in __do_page_fault()624 if ((entry = search_exception_tables(regs->nip)) != NULL) { in bad_page_fault()
79 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()