Home
last modified time | relevance | path

Searched refs:search_exception_tables (Results 1 – 25 of 44) sorted by last modified time

12

/linux/arch/sh/kernel/
H A Dkprobes.c384 if ((entry = search_exception_tables(regs->pc)) != NULL) { in kprobe_fault_handler()
H A Dtraps.c81 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()
/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/x86/mm/
H A Dextable.c295 const struct exception_table_entry *e = search_exception_tables(ip); in ex_get_fixup_type()
320 e = search_exception_tables(regs->ip); in fixup_exception()
/linux/arch/alpha/kernel/
H A Dtraps.c525 if ((fixup = search_exception_tables(pc)) != 0) { in do_entUna()
/linux/mm/
H A Dmemory.c5633 if (!search_exception_tables(ip)) in get_mmap_lock_carefully()
5658 if (!search_exception_tables(ip)) in upgrade_mmap_lock_carefully()
/linux/arch/x86/kernel/kprobes/
H A Dcore.c146 if (search_exception_tables((unsigned long)addr)) in can_boost()
H A Dopt.c292 if (search_exception_tables(addr)) in can_optimize()
/linux/arch/sparc/kernel/
H A Dkprobes.c353 entry = search_exception_tables(regs->tpc); in kprobe_fault_handler()
H A Dtraps_64.c303 entry = search_exception_tables(regs->tpc); in spitfire_data_access_exception()
352 entry = search_exception_tables(regs->tpc); in sun4v_data_access_exception()
1727 entry = search_exception_tables(regs->tpc); in cheetah_deferred_handler()
2054 entry = search_exception_tables(regs->tpc); in do_mcd_err()
2672 entry = search_exception_tables(regs->tpc); in sun4v_mem_corrupt_detect_precise()
/linux/arch/powerpc/kernel/
H A Dtraps.c540 && (entry = search_exception_tables(regs->nip)) != NULL) { in check_io_access()
H A Dkprobes.c525 if ((entry = search_exception_tables(regs->nip)) != NULL) { in kprobe_fault_handler()
/linux/arch/sparc/mm/
H A Dinit_64.c3012 entry = search_exception_tables(regs->tpc); in hugetlb_setup()
/linux/arch/arm64/mm/
H A Dfault.c575 if (!search_exception_tables(regs->pc)) in do_page_fault()
/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()
/linux/arch/riscv/mm/
H A Dextable.c86 ex = search_exception_tables(regs->epc); in fixup_exception()
/linux/arch/powerpc/mm/
H A Dfault.c218 if (!search_exception_tables(regs->nip)) in bad_kernel_fault()
648 entry = search_exception_tables(instruction_pointer(regs)); in bad_page_fault()
/linux/arch/hexagon/mm/
H A Dvm_fault.c144 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
/linux/arch/s390/mm/
H A Dextable.c16 fixup = search_exception_tables(addr); in s390_search_extables()
/linux/arch/m68k/kernel/
H A Dtraps.c549 if (ssw & 4 && !search_exception_tables(fp->ptregs.pc)) { in bus_error030()
H A Dsignal.c98 fixup = search_exception_tables(regs->pc); in fixup_exception()
/linux/arch/xtensa/mm/
H A Dfault.c242 if ((entry = search_exception_tables(regs->pc)) != NULL) { in bad_page_fault()
/linux/arch/openrisc/mm/
H A Dfault.c234 if ((entry = search_exception_tables(regs->pc)) != NULL) { in do_page_fault()
/linux/arch/arc/mm/
H A Dextable.c16 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()

12