Symbol: search_exception_tables
arch/alpha/kernel/traps.c
525
if ((fixup = search_exception_tables(pc)) != 0) {
arch/alpha/mm/fault.c
193
if ((fixup = search_exception_tables(regs->pc)) != 0) {
arch/arc/mm/extable.c
16
fixup = search_exception_tables(instruction_pointer(regs));
arch/arm/mm/extable.c
12
fixup = search_exception_tables(instruction_pointer(regs));
arch/arm64/kernel/probes/kprobes.c
119
if (search_exception_tables(probe_addr))
arch/arm64/mm/extable.c
25
const struct exception_table_entry *ex = search_exception_tables(addr);
arch/arm64/mm/extable.c
99
ex = search_exception_tables(instruction_pointer(regs));
arch/csky/mm/fault.c
13
fixup = search_exception_tables(instruction_pointer(regs));
arch/hexagon/mm/vm_fault.c
144
fixup = search_exception_tables(pt_elr(regs));
arch/loongarch/mm/extable.c
49
ex = search_exception_tables(exception_era(regs));
arch/m68k/kernel/signal.c
98
fixup = search_exception_tables(regs->pc);
arch/m68k/kernel/traps.c
549
if (ssw & 4 && !search_exception_tables(fp->ptregs.pc)) {
arch/microblaze/mm/fault.c
143
if (kernel_mode(regs) && !search_exception_tables(regs->pc))
arch/microblaze/mm/fault.c
72
fixup = search_exception_tables(regs->pc);
arch/mips/mm/extable.c
17
fixup = search_exception_tables(exception_epc(regs));
arch/nios2/mm/extable.c
18
fixup = search_exception_tables(regs->ea);
arch/openrisc/kernel/traps.c
347
if ((entry = search_exception_tables(orig_pc))) {
arch/openrisc/kernel/traps.c
394
if ((entry = search_exception_tables(orig_pc))) {
arch/openrisc/mm/fault.c
234
if ((entry = search_exception_tables(regs->pc)) != NULL) {
arch/parisc/mm/fault.c
147
fix = search_exception_tables(regs->iaoq[0]);
arch/powerpc/kernel/kprobes.c
470
if ((entry = search_exception_tables(regs->nip)) != NULL) {
arch/powerpc/kernel/traps.c
539
&& (entry = search_exception_tables(regs->nip)) != NULL) {
arch/powerpc/mm/fault.c
226
if (!search_exception_tables(regs->nip))
arch/powerpc/mm/fault.c
451
!search_exception_tables(instruction_pointer(regs)) &&
arch/powerpc/mm/fault.c
662
entry = search_exception_tables(instruction_pointer(regs));
arch/powerpc/platforms/embedded6xx/holly.c
248
if ((entry = search_exception_tables(regs->nip)) != NULL) {
arch/powerpc/sysdev/fsl_rio.c
114
entry = search_exception_tables(regs->nip);
arch/riscv/mm/extable.c
86
ex = search_exception_tables(regs->epc);
arch/s390/mm/extable.c
17
fixup = search_exception_tables(addr);
arch/sh/kernel/kprobes.c
384
if ((entry = search_exception_tables(regs->pc)) != NULL) {
arch/sh/kernel/traps.c
81
fixup = search_exception_tables(regs->pc);
arch/sh/mm/extable_32.c
17
fixup = search_exception_tables(regs->pc);
arch/sparc/kernel/kprobes.c
353
entry = search_exception_tables(regs->tpc);
arch/sparc/kernel/traps_64.c
1727
entry = search_exception_tables(regs->tpc);
arch/sparc/kernel/traps_64.c
2054
entry = search_exception_tables(regs->tpc);
arch/sparc/kernel/traps_64.c
2672
entry = search_exception_tables(regs->tpc);
arch/sparc/kernel/traps_64.c
303
entry = search_exception_tables(regs->tpc);
arch/sparc/kernel/traps_64.c
352
entry = search_exception_tables(regs->tpc);
arch/sparc/kernel/unaligned_32.c
219
entry = search_exception_tables(regs->pc);
arch/sparc/kernel/unaligned_64.c
265
entry = search_exception_tables(regs->tpc);
arch/sparc/mm/fault_32.c
234
entry = search_exception_tables(regs->pc);
arch/sparc/mm/fault_64.c
237
entry = search_exception_tables(regs->tpc);
arch/sparc/mm/fault_64.c
326
!search_exception_tables(regs->tpc)) {
arch/sparc/mm/init_64.c
2982
entry = search_exception_tables(regs->tpc);
arch/x86/kernel/kprobes/core.c
145
if (search_exception_tables((unsigned long)addr))
arch/x86/kernel/kprobes/opt.c
288
if (search_exception_tables(addr))
arch/x86/mm/extable.c
294
const struct exception_table_entry *e = search_exception_tables(ip);
arch/x86/mm/extable.c
319
e = search_exception_tables(regs->ip);
arch/x86/um/fault.c
16
const struct exception_table_entry *search_exception_tables(unsigned long add);
arch/x86/um/fault.c
23
fixup = search_exception_tables(address);
arch/xtensa/mm/fault.c
242
if ((entry = search_exception_tables(regs->pc)) != NULL) {
include/linux/extable.h
21
const struct exception_table_entry *search_exception_tables(unsigned long add);
mm/mmap_lock.c
446
if (!search_exception_tables(ip))
mm/mmap_lock.c
471
if (!search_exception_tables(ip))