search_exception_tables  585 arch/alpha/kernel/traps.c 	if ((fixup = search_exception_tables(pc)) != 0) {
search_exception_tables  197 arch/alpha/mm/fault.c 	if ((fixup = search_exception_tables(regs->pc)) != 0) {
search_exception_tables   16 arch/arc/mm/extable.c 	fixup = search_exception_tables(instruction_pointer(regs));
search_exception_tables   12 arch/arm/mm/extable.c 	fixup = search_exception_tables(instruction_pointer(regs));
search_exception_tables  274 arch/arm/mm/fault.c 		if (!user_mode(regs) && !search_exception_tables(regs->ARM_pc))
search_exception_tables  287 arch/arm/mm/fault.c 		    !search_exception_tables(regs->ARM_pc))
search_exception_tables   93 arch/arm64/kernel/probes/kprobes.c 	if (search_exception_tables(probe_addr))
search_exception_tables   13 arch/arm64/mm/extable.c 	fixup = search_exception_tables(instruction_pointer(regs));
search_exception_tables  491 arch/arm64/mm/fault.c 		if (!search_exception_tables(regs->pc))
search_exception_tables  504 arch/arm64/mm/fault.c 		if (!user_mode(regs) && !search_exception_tables(regs->pc))
search_exception_tables  515 arch/arm64/mm/fault.c 		if (!user_mode(regs) && !search_exception_tables(regs->pc)) {
search_exception_tables   31 arch/csky/mm/fault.c 	fixup = search_exception_tables(instruction_pointer(regs));
search_exception_tables  151 arch/hexagon/mm/vm_fault.c 	fixup = search_exception_tables(pt_elr(regs));
search_exception_tables   15 arch/ia64/include/asm/exception.h 	e = search_exception_tables((regs)->cr_iip + ia64_psr(regs)->ri); \
search_exception_tables  531 arch/ia64/kernel/kprobes.c 		if (search_exception_tables(bundle_addr + slot) ||
search_exception_tables 1321 arch/ia64/kernel/unaligned.c 		eh = search_exception_tables(regs->cr_iip + ia64_psr(regs)->ri);
search_exception_tables   97 arch/m68k/kernel/signal.c 	fixup = search_exception_tables(regs->pc);
search_exception_tables   72 arch/microblaze/mm/fault.c 	fixup = search_exception_tables(regs->pc);
search_exception_tables  141 arch/microblaze/mm/fault.c 		if (kernel_mode(regs) && !search_exception_tables(regs->pc))
search_exception_tables   17 arch/mips/mm/extable.c 	fixup = search_exception_tables(exception_epc(regs));
search_exception_tables   11 arch/nds32/mm/extable.c 	fixup = search_exception_tables(instruction_pointer(regs));
search_exception_tables  128 arch/nds32/mm/fault.c 		    !search_exception_tables(instruction_pointer(regs)))
search_exception_tables  140 arch/nds32/mm/fault.c 			    !search_exception_tables(instruction_pointer(regs)))
search_exception_tables  293 arch/nds32/mm/fault.c 		     search_exception_tables(instruction_pointer(regs))) !=
search_exception_tables   18 arch/nios2/mm/extable.c 	fixup = search_exception_tables(regs->ea);
search_exception_tables   87 arch/nios2/mm/fault.c 		if (!user_mode(regs) && !search_exception_tables(regs->ea))
search_exception_tables  378 arch/openrisc/kernel/traps.c 		if ((entry = search_exception_tables(orig_pc))) {
search_exception_tables  425 arch/openrisc/kernel/traps.c 		if ((entry = search_exception_tables(orig_pc))) {
search_exception_tables  232 arch/openrisc/mm/fault.c 		if ((entry = search_exception_tables(regs->pc)) != NULL) {
search_exception_tables  144 arch/parisc/mm/fault.c 	fix = search_exception_tables(regs->iaoq[0]);
search_exception_tables  570 arch/powerpc/kernel/kprobes.c 		if ((entry = search_exception_tables(regs->nip)) != NULL) {
search_exception_tables  548 arch/powerpc/kernel/traps.c 	    && (entry = search_exception_tables(regs->nip)) != NULL) {
search_exception_tables  220 arch/powerpc/mm/fault.c 	    !search_exception_tables(regs->nip)) {
search_exception_tables  231 arch/powerpc/mm/fault.c 	if (!search_exception_tables(regs->nip))
search_exception_tables  522 arch/powerpc/mm/fault.c 		if (!is_user && !search_exception_tables(regs->nip))
search_exception_tables  653 arch/powerpc/mm/fault.c 	if ((entry = search_exception_tables(regs->nip)) != NULL) {
search_exception_tables  249 arch/powerpc/platforms/embedded6xx/holly.c 	if ((entry = search_exception_tables(regs->nip)) != NULL) {
search_exception_tables  170 arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c 	if ((entry = search_exception_tables(regs->nip)) != NULL) {
search_exception_tables  105 arch/powerpc/sysdev/fsl_rio.c 		entry = search_exception_tables(regs->nip);
search_exception_tables   18 arch/riscv/mm/extable.c 	fixup = search_exception_tables(regs->sepc);
search_exception_tables  248 arch/s390/mm/fault.c 		fixup = search_exception_tables(addr);
search_exception_tables  458 arch/sh/kernel/kprobes.c 		if ((entry = search_exception_tables(regs->pc)) != NULL) {
search_exception_tables   79 arch/sh/kernel/traps.c 		fixup = search_exception_tables(regs->pc);
search_exception_tables   17 arch/sh/mm/extable_32.c 	fixup = search_exception_tables(regs->pc);
search_exception_tables   77 arch/sh/mm/extable_64.c 	fixup = search_exception_tables(regs->pc);
search_exception_tables  370 arch/sparc/kernel/kprobes.c 		entry = search_exception_tables(regs->tpc);
search_exception_tables  304 arch/sparc/kernel/traps_64.c 		entry = search_exception_tables(regs->tpc);
search_exception_tables  353 arch/sparc/kernel/traps_64.c 		entry = search_exception_tables(regs->tpc);
search_exception_tables 1728 arch/sparc/kernel/traps_64.c 			entry = search_exception_tables(regs->tpc);
search_exception_tables 2055 arch/sparc/kernel/traps_64.c 		entry = search_exception_tables(regs->tpc);
search_exception_tables 2679 arch/sparc/kernel/traps_64.c 		entry = search_exception_tables(regs->tpc);
search_exception_tables  265 arch/sparc/kernel/unaligned_64.c 	entry = search_exception_tables(regs->tpc);
search_exception_tables   96 arch/sparc/mm/extable.c 	entry = search_exception_tables(addr);
search_exception_tables  231 arch/sparc/mm/fault_64.c 		entry = search_exception_tables(regs->tpc);
search_exception_tables  320 arch/sparc/mm/fault_64.c 		    !search_exception_tables(regs->tpc)) {
search_exception_tables 2988 arch/sparc/mm/init_64.c 		entry = search_exception_tables(regs->tpc);
search_exception_tables   16 arch/unicore32/mm/extable.c 	fixup = search_exception_tables(instruction_pointer(regs));
search_exception_tables  229 arch/unicore32/mm/fault.c 		    && !search_exception_tables(regs->UCreg_pc))
search_exception_tables  242 arch/unicore32/mm/fault.c 		    !search_exception_tables(regs->UCreg_pc))
search_exception_tables  161 arch/x86/kernel/kprobes/core.c 	if (search_exception_tables((unsigned long)addr))
search_exception_tables  281 arch/x86/kernel/kprobes/opt.c 		if (search_exception_tables(addr))
search_exception_tables  194 arch/x86/mm/extable.c 	e = search_exception_tables(ip);
search_exception_tables  222 arch/x86/mm/extable.c 	e = search_exception_tables(regs->ip);
search_exception_tables 1405 arch/x86/mm/fault.c 		if (!user_mode(regs) && !search_exception_tables(regs->ip)) {
search_exception_tables   15 arch/x86/um/fault.c const struct exception_table_entry *search_exception_tables(unsigned long add);
search_exception_tables   22 arch/x86/um/fault.c 	fixup = search_exception_tables(address);
search_exception_tables  239 arch/xtensa/mm/fault.c 	if ((entry = search_exception_tables(regs->pc)) != NULL) {
search_exception_tables   21 include/linux/extable.h const struct exception_table_entry *search_exception_tables(unsigned long add);