/openbmc/linux/arch/x86/um/ |
H A D | fault.c | 15 const struct exception_table_entry *search_exception_tables(unsigned long add); 22 fixup = search_exception_tables(address); in arch_fixup()
|
/openbmc/linux/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()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | extable.c | 18 fixup = search_exception_tables(regs->ea); in fixup_exception()
|
/openbmc/linux/arch/arc/mm/ |
H A D | extable.c | 16 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
/openbmc/linux/arch/sh/mm/ |
H A D | extable_32.c | 17 fixup = search_exception_tables(regs->pc); in fixup_exception()
|
/openbmc/linux/arch/mips/mm/ |
H A D | extable.c | 17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
|
/openbmc/linux/arch/arm/mm/ |
H A D | extable.c | 12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | exception.h | 15 e = search_exception_tables((regs)->cr_iip + ia64_psr(regs)->ri); \
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | fault.c | 218 if (!search_exception_tables(regs->nip)) in bad_kernel_fault() 442 !search_exception_tables(instruction_pointer(regs)) && in ___do_page_fault() 651 entry = search_exception_tables(instruction_pointer(regs)); in bad_page_fault()
|
/openbmc/linux/include/linux/ |
H A D | extable.h | 21 const struct exception_table_entry *search_exception_tables(unsigned long add);
|
/openbmc/linux/arch/riscv/mm/ |
H A D | extable.c | 57 ex = search_exception_tables(regs->epc); in fixup_exception()
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | extable.c | 49 ex = search_exception_tables(exception_era(regs)); in fixup_exception()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | extable.c | 63 ex = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
/openbmc/linux/arch/x86/mm/ |
H A D | extable.c | 228 const struct exception_table_entry *e = search_exception_tables(ip); in ex_get_fixup_type() 253 e = search_exception_tables(regs->ip); in fixup_exception()
|
/openbmc/linux/kernel/ |
H A D | extable.c | 54 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() function
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | traps.c | 344 if ((entry = search_exception_tables(orig_pc))) { in simulate_lwa() 391 if ((entry = search_exception_tables(orig_pc))) { in simulate_swa()
|
/openbmc/linux/arch/s390/mm/ |
H A D | extable.c | 16 fixup = search_exception_tables(addr); in s390_search_extables()
|
/openbmc/linux/arch/hexagon/mm/ |
H A D | vm_fault.c | 143 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
|
/openbmc/linux/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()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | traps.c | 79 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()
|
/openbmc/linux/arch/alpha/mm/ |
H A D | fault.c | 193 if ((fixup = search_exception_tables(regs->pc)) != 0) { in do_page_fault()
|
/openbmc/linux/arch/powerpc/platforms/embedded6xx/ |
H A D | holly.c | 248 if ((entry = search_exception_tables(regs->nip)) != NULL) { in ppc750_machine_check_exception()
|
/openbmc/linux/arch/openrisc/mm/ |
H A D | fault.c | 234 if ((entry = search_exception_tables(regs->pc)) != NULL) { in do_page_fault()
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | fault.c | 242 if ((entry = search_exception_tables(regs->pc)) != NULL) { in bad_page_fault()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | unaligned_32.c | 219 entry = search_exception_tables(regs->pc); in kernel_mna_trap_fault()
|