| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | fault.c | 212 !search_exception_tables(regs->nip)) { in bad_kernel_fault() 223 if (!search_exception_tables(regs->nip)) in bad_kernel_fault() 470 if (!is_user && !search_exception_tables(regs->nip)) in __do_page_fault() 564 if ((entry = search_exception_tables(regs->nip)) != NULL) { in bad_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | fault.c | 133 !search_exception_tables(instruction_pointer(regs))) in do_page_fault() 145 !search_exception_tables(instruction_pointer(regs))) in do_page_fault() 282 search_exception_tables(instruction_pointer(regs))) != in do_page_fault()
|
| H A D | extable.c | 11 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | extable.c | 146 e = search_exception_tables(ip); in ex_get_fault_handler_type() 179 e = search_exception_tables(regs->ip); in fixup_exception()
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | extable.c | 17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | extable_32.c | 17 fixup = search_exception_tables(regs->pc); in fixup_exception()
|
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | extable.c | 18 fixup = search_exception_tables(regs->epc); in fixup_exception()
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | extable.c | 18 fixup = search_exception_tables(regs->ea); in fixup_exception()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | extable.c | 12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
| H A D | fault.c | 278 if (!user_mode(regs) && !search_exception_tables(regs->ARM_pc)) in do_page_fault() 291 !search_exception_tables(regs->ARM_pc)) in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | extable.c | 21 fixup = search_exception_tables(addr); in fixup_exception()
|
| H A D | fault.c | 568 if (!search_exception_tables(regs->pc)) in do_page_fault() 589 if (!user_mode(regs) && !search_exception_tables(regs->pc)) in do_page_fault() 600 if (!user_mode(regs) && !search_exception_tables(regs->pc)) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | exception.h | 15 e = search_exception_tables((regs)->cr_iip + ia64_psr(regs)->ri); \
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | extable.h | 21 const struct exception_table_entry *search_exception_tables(unsigned long add);
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | extable.c | 16 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | extable.c | 96 entry = search_exception_tables(addr); in search_extables_range()
|
| H A D | fault_64.c | 234 entry = search_exception_tables(regs->tpc); in do_kernel_fault() 323 !search_exception_tables(regs->tpc)) { in do_sparc64_fault()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | extable.c | 53 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() function
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | traps.c | 372 if ((entry = search_exception_tables(orig_pc))) { in simulate_lwa() 419 if ((entry = search_exception_tables(orig_pc))) { in simulate_swa()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/embedded6xx/ |
| H A D | mpc7448_hpc2.c | 171 if ((entry = search_exception_tables(regs->nip)) != NULL) { in mpc7448_machine_check_exception()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/mm/ |
| H A D | vm_fault.c | 148 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/csky/mm/ |
| H A D | fault.c | 32 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | traps.c | 79 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()
|