Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/x86/um/
H A Dfault.c15 const struct exception_table_entry *search_exception_tables(unsigned long add);
22 fixup = search_exception_tables(address); in arch_fixup()
/openbmc/linux/arch/microblaze/mm/
H 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()
/openbmc/linux/arch/nios2/mm/
H A Dextable.c18 fixup = search_exception_tables(regs->ea); in fixup_exception()
/openbmc/linux/arch/arc/mm/
H A Dextable.c16 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
/openbmc/linux/arch/sh/mm/
H A Dextable_32.c17 fixup = search_exception_tables(regs->pc); in fixup_exception()
/openbmc/linux/arch/mips/mm/
H A Dextable.c17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
/openbmc/linux/arch/arm/mm/
H A Dextable.c12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
/openbmc/linux/arch/ia64/include/asm/
H A Dexception.h15 e = search_exception_tables((regs)->cr_iip + ia64_psr(regs)->ri); \
/openbmc/linux/arch/powerpc/mm/
H A Dfault.c218 if (!search_exception_tables(regs->nip)) in bad_kernel_fault()
442 !search_exception_tables(instruction_pointer(regs)) && in ___do_page_fault()
651 entry = search_exception_tables(instruction_pointer(regs)); in bad_page_fault()
/openbmc/linux/include/linux/
H A Dextable.h21 const struct exception_table_entry *search_exception_tables(unsigned long add);
/openbmc/linux/arch/riscv/mm/
H A Dextable.c57 ex = search_exception_tables(regs->epc); in fixup_exception()
/openbmc/linux/arch/loongarch/mm/
H A Dextable.c49 ex = search_exception_tables(exception_era(regs)); in fixup_exception()
/openbmc/linux/arch/arm64/mm/
H A Dextable.c63 ex = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
/openbmc/linux/arch/x86/mm/
H A Dextable.c228 const struct exception_table_entry *e = search_exception_tables(ip); in ex_get_fixup_type()
253 e = search_exception_tables(regs->ip); in fixup_exception()
/openbmc/linux/kernel/
H A Dextable.c54 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() function
/openbmc/linux/arch/openrisc/kernel/
H A Dtraps.c344 if ((entry = search_exception_tables(orig_pc))) { in simulate_lwa()
391 if ((entry = search_exception_tables(orig_pc))) { in simulate_swa()
/openbmc/linux/arch/s390/mm/
H A Dextable.c16 fixup = search_exception_tables(addr); in s390_search_extables()
/openbmc/linux/arch/hexagon/mm/
H A Dvm_fault.c143 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
/openbmc/linux/arch/sparc/mm/
H A Dfault_64.c237 entry = search_exception_tables(regs->tpc); in do_kernel_fault()
326 !search_exception_tables(regs->tpc)) { in do_sparc64_fault()
/openbmc/linux/arch/sh/kernel/
H A Dtraps.c79 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()
/openbmc/linux/arch/alpha/mm/
H A Dfault.c193 if ((fixup = search_exception_tables(regs->pc)) != 0) { in do_page_fault()
/openbmc/linux/arch/powerpc/platforms/embedded6xx/
H A Dholly.c248 if ((entry = search_exception_tables(regs->nip)) != NULL) { in ppc750_machine_check_exception()
/openbmc/linux/arch/openrisc/mm/
H A Dfault.c234 if ((entry = search_exception_tables(regs->pc)) != NULL) { in do_page_fault()
/openbmc/linux/arch/xtensa/mm/
H A Dfault.c242 if ((entry = search_exception_tables(regs->pc)) != NULL) { in bad_page_fault()
/openbmc/linux/arch/sparc/kernel/
H A Dunaligned_32.c219 entry = search_exception_tables(regs->pc); in kernel_mna_trap_fault()

12