Home
last modified time | relevance | path

Searched refs:search_exception_tables (Results 1 – 25 of 51) sorted by relevance

123

/linux/arch/x86/um/
A Dfault.c15 const struct exception_table_entry *search_exception_tables(unsigned long add);
22 fixup = search_exception_tables(address); in arch_fixup()
/linux/arch/nds32/mm/
A Dfault.c133 !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()
A Dextable.c11 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
/linux/arch/microblaze/mm/
A Dfault.c72 fixup = search_exception_tables(regs->pc); in bad_page_fault()
143 if (kernel_mode(regs) && !search_exception_tables(regs->pc)) in do_page_fault()
/linux/arch/x86/mm/
A Dextable.c104 const struct exception_table_entry *e = search_exception_tables(ip); in ex_get_fixup_type()
128 e = search_exception_tables(regs->ip); in fixup_exception()
/linux/arch/powerpc/mm/
A Dfault.c223 if (!search_exception_tables(regs->nip)) in bad_kernel_fault()
469 if (!is_user && !search_exception_tables(regs->nip)) in ___do_page_fault()
611 entry = search_exception_tables(instruction_pointer(regs)); in bad_page_fault()
/linux/arch/sh/mm/
A Dextable_32.c17 fixup = search_exception_tables(regs->pc); in fixup_exception()
/linux/arch/mips/mm/
A Dextable.c17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
/linux/arch/nios2/mm/
A Dextable.c18 fixup = search_exception_tables(regs->ea); in fixup_exception()
A Dfault.c90 if (!user_mode(regs) && !search_exception_tables(regs->ea)) in do_page_fault()
/linux/arch/arm/mm/
A Dextable.c12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
A Dfault.c285 if (!user_mode(regs) && !search_exception_tables(regs->ARM_pc)) in do_page_fault()
298 !search_exception_tables(regs->ARM_pc)) in do_page_fault()
/linux/arch/arc/mm/
A Dextable.c16 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
/linux/arch/ia64/include/asm/
A Dexception.h15 e = search_exception_tables((regs)->cr_iip + ia64_psr(regs)->ri); \
/linux/arch/riscv/mm/
A Dextable.c22 fixup = search_exception_tables(regs->epc); in fixup_exception()
/linux/include/linux/
A Dextable.h21 const struct exception_table_entry *search_exception_tables(unsigned long add);
/linux/kernel/
A Dextable.c53 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() function
/linux/arch/arm64/mm/
A Dextable.c73 ex = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
A Dfault.c568 if (!search_exception_tables(regs->pc)) in do_page_fault()
581 if (!user_mode(regs) && !search_exception_tables(regs->pc)) in do_page_fault()
592 if (!user_mode(regs) && !search_exception_tables(regs->pc)) { in do_page_fault()
/linux/arch/openrisc/kernel/
A Dtraps.c365 if ((entry = search_exception_tables(orig_pc))) { in simulate_lwa()
412 if ((entry = search_exception_tables(orig_pc))) { in simulate_swa()
/linux/arch/hexagon/mm/
A Dvm_fault.c148 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
/linux/arch/powerpc/platforms/embedded6xx/
A Dmpc7448_hpc2.c174 if ((entry = search_exception_tables(regs->nip)) != NULL) { in mpc7448_machine_check_exception()
/linux/arch/sparc/mm/
A Dfault_64.c234 entry = search_exception_tables(regs->tpc); in do_kernel_fault()
323 !search_exception_tables(regs->tpc)) { in do_sparc64_fault()
/linux/arch/sh/kernel/
A Dtraps.c79 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()
/linux/arch/alpha/mm/
A Dfault.c195 if ((fixup = search_exception_tables(regs->pc)) != 0) { in do_page_fault()

Completed in 26 milliseconds

123