Home
last modified time | relevance | path

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

12

/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()
/linux/arch/mips/mm/
H A Dextable.c17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
/linux/arch/nios2/mm/
H A Dextable.c18 fixup = search_exception_tables(regs->ea); in fixup_exception()
/linux/arch/sh/mm/
H A Dextable_32.c17 fixup = search_exception_tables(regs->pc); in fixup_exception()
/linux/arch/arc/mm/
H A Dextable.c16 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
/linux/arch/arm/mm/
H A Dextable.c12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
/linux/include/linux/
H A Dextable.h21 const struct exception_table_entry *search_exception_tables(unsigned long add);
/linux/mm/
H A Dmmap_lock.c282 if (!search_exception_tables(ip)) in get_mmap_lock_carefully()
307 if (!search_exception_tables(ip)) in upgrade_mmap_lock_carefully()
/linux/arch/loongarch/mm/
H A Dextable.c49 ex = search_exception_tables(exception_era(regs)); in fixup_exception()
/linux/kernel/
H A Dextable.c54 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() function
/linux/arch/x86/mm/
H A Dextable.c294 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()
/linux/arch/riscv/mm/
H A Dextable.c86 ex = search_exception_tables(regs->epc); in fixup_exception()
/linux/arch/openrisc/kernel/
H A Dtraps.c347 if ((entry = search_exception_tables(orig_pc))) { in simulate_lwa()
394 if ((entry = search_exception_tables(orig_pc))) { in simulate_swa()
/linux/arch/hexagon/mm/
H A Dvm_fault.c144 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
/linux/arch/sh/kernel/
H A Dtraps.c81 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()
/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()
H A Dfault_32.c234 entry = search_exception_tables(regs->pc); in do_sparc_fault()
/linux/arch/alpha/mm/
H A Dfault.c193 if ((fixup = search_exception_tables(regs->pc)) != 0) { in do_page_fault()
/linux/arch/openrisc/mm/
H A Dfault.c234 if ((entry = search_exception_tables(regs->pc)) != NULL) { in do_page_fault()
/linux/arch/powerpc/platforms/embedded6xx/
H A Dholly.c248 if ((entry = search_exception_tables(regs->nip)) != NULL) { in ppc750_machine_check_exception()
/linux/arch/xtensa/mm/
H A Dfault.c242 if ((entry = search_exception_tables(regs->pc)) != NULL) { in bad_page_fault()
/linux/arch/sparc/kernel/
H A Dunaligned_32.c219 entry = search_exception_tables(regs->pc); in kernel_mna_trap_fault()
/linux/arch/csky/mm/
H A Dfault.c13 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
/linux/arch/arm64/kernel/probes/
H A Dkprobes.c104 if (search_exception_tables(probe_addr)) in arch_prepare_kprobe()
/linux/arch/parisc/mm/
H A Dfault.c147 fix = search_exception_tables(regs->iaoq[0]); in fixup_exception()

12