Home
last modified time | relevance | path

Searched refs:search_exception_tables (Results 26 – 44 of 44) sorted by relevance

12

/linux/arch/sparc/mm/
H A Dfault_32.c234 entry = search_exception_tables(regs->pc); in do_sparc_fault()
H A Dinit_64.c3007 entry = search_exception_tables(regs->tpc); in hugetlb_setup()
/linux/arch/parisc/mm/
H A Dfault.c147 fix = search_exception_tables(regs->iaoq[0]); in fixup_exception()
/linux/arch/arm64/kernel/probes/
H A Dkprobes.c104 if (search_exception_tables(probe_addr)) in arch_prepare_kprobe()
/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()
H A Dunaligned_64.c265 entry = search_exception_tables(regs->tpc); in kernel_mna_trap_fault()
/linux/arch/x86/kernel/kprobes/
H A Dopt.c292 if (search_exception_tables(addr)) in can_optimize()
H A Dcore.c146 if (search_exception_tables((unsigned long)addr)) in can_boost()
/linux/arch/sh/kernel/
H A Dkprobes.c384 if ((entry = search_exception_tables(regs->pc)) != NULL) { in kprobe_fault_handler()
/linux/arch/powerpc/kernel/
H A Dkprobes.c525 if ((entry = search_exception_tables(regs->nip)) != NULL) { in kprobe_fault_handler()
H A Dtraps.c540 && (entry = search_exception_tables(regs->nip)) != NULL) { in check_io_access()
/linux/Documentation/arch/x86/
H A Dexception-tables.rst288 #. fixup_exception() calls search_exception_tables()
289 #. search_exception_tables() looks up the address c017e7a5 in the
/linux/arch/alpha/kernel/
H A Dtraps.c525 if ((fixup = search_exception_tables(pc)) != 0) { in do_entUna()
/linux/arch/powerpc/sysdev/
H A Dfsl_rio.c114 entry = search_exception_tables(regs->nip); in fsl_rio_mcheck_exception()
/linux/arch/arm64/mm/
H A Dfault.c557 if (!search_exception_tables(regs->pc)) in do_page_fault()
/linux/arch/m68k/kernel/
H A Dsignal.c98 fixup = search_exception_tables(regs->pc); in fixup_exception()
H A Dtraps.c549 if (ssw & 4 && !search_exception_tables(fp->ptregs.pc)) { in bus_error030()
/linux/mm/
H A Dmemory.c5720 if (!search_exception_tables(ip)) in get_mmap_lock_carefully()
5745 if (!search_exception_tables(ip)) in upgrade_mmap_lock_carefully()

12