| /linux-6.15/arch/x86/um/ |
| H A D | fault.c | 16 const struct exception_table_entry *search_exception_tables(unsigned long add); 23 fixup = search_exception_tables(address); in arch_fixup()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | extable.c | 25 const struct exception_table_entry *ex = search_exception_tables(addr); in insn_may_access_user() 99 ex = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
| /linux-6.15/arch/microblaze/mm/ |
| H A D | fault.c | 72 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-6.15/arch/sh/mm/ |
| H A D | extable_32.c | 17 fixup = search_exception_tables(regs->pc); in fixup_exception()
|
| /linux-6.15/arch/mips/mm/ |
| H A D | extable.c | 17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
|
| /linux-6.15/arch/nios2/mm/ |
| H A D | extable.c | 18 fixup = search_exception_tables(regs->ea); in fixup_exception()
|
| /linux-6.15/arch/arc/mm/ |
| H A D | extable.c | 16 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
| /linux-6.15/arch/arm/mm/ |
| H A D | extable.c | 12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
| /linux-6.15/include/linux/ |
| H A D | extable.h | 21 const struct exception_table_entry *search_exception_tables(unsigned long add);
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | fault.c | 225 if (!search_exception_tables(regs->nip)) in bad_kernel_fault() 450 !search_exception_tables(instruction_pointer(regs)) && in ___do_page_fault() 661 entry = search_exception_tables(instruction_pointer(regs)); in bad_page_fault()
|
| /linux-6.15/arch/loongarch/mm/ |
| H A D | extable.c | 49 ex = search_exception_tables(exception_era(regs)); in fixup_exception()
|
| /linux-6.15/kernel/ |
| H A D | extable.c | 54 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() function
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | extable.c | 86 ex = search_exception_tables(regs->epc); in fixup_exception()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | extable.c | 295 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-6.15/arch/openrisc/kernel/ |
| H A D | traps.c | 347 if ((entry = search_exception_tables(orig_pc))) { in simulate_lwa() 394 if ((entry = search_exception_tables(orig_pc))) { in simulate_swa()
|
| /linux-6.15/arch/hexagon/mm/ |
| H A D | vm_fault.c | 144 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | traps.c | 81 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()
|
| /linux-6.15/arch/sparc/mm/ |
| H A D | fault_64.c | 237 entry = search_exception_tables(regs->tpc); in do_kernel_fault() 326 !search_exception_tables(regs->tpc)) { in do_sparc64_fault()
|
| /linux-6.15/arch/alpha/mm/ |
| H A D | fault.c | 193 if ((fixup = search_exception_tables(regs->pc)) != 0) { in do_page_fault()
|
| /linux-6.15/arch/s390/mm/ |
| H A D | extable.c | 17 fixup = search_exception_tables(addr); in s390_search_extables()
|
| /linux-6.15/arch/powerpc/platforms/embedded6xx/ |
| H A D | holly.c | 248 if ((entry = search_exception_tables(regs->nip)) != NULL) { in ppc750_machine_check_exception()
|
| /linux-6.15/arch/openrisc/mm/ |
| H A D | fault.c | 234 if ((entry = search_exception_tables(regs->pc)) != NULL) { in do_page_fault()
|
| /linux-6.15/arch/xtensa/mm/ |
| H A D | fault.c | 242 if ((entry = search_exception_tables(regs->pc)) != NULL) { in bad_page_fault()
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | unaligned_32.c | 219 entry = search_exception_tables(regs->pc); in kernel_mna_trap_fault()
|
| /linux-6.15/arch/csky/mm/ |
| H A D | fault.c | 13 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|