/linux-4.1.27/arch/x86/um/ |
D | fault.c | 15 const struct exception_table_entry *search_exception_tables(unsigned long add); 22 fixup = search_exception_tables(address); in arch_fixup()
|
/linux-4.1.27/arch/x86/mm/ |
D | extable.c | 36 fixup = search_exception_tables(regs->ip); in fixup_exception() 58 fixup = search_exception_tables(*ip); in early_fixup_exception()
|
D | fault.c | 1182 !search_exception_tables(regs->ip)) { in __do_page_fault()
|
/linux-4.1.27/arch/m32r/mm/ |
D | extable.c | 12 fixup = search_exception_tables(regs->bpc); in fixup_exception()
|
D | fault.c | 140 !search_exception_tables(regs->psw)) in do_page_fault()
|
/linux-4.1.27/arch/mips/mm/ |
D | extable.c | 17 fixup = search_exception_tables(exception_epc(regs)); in fixup_exception()
|
/linux-4.1.27/arch/tile/mm/ |
D | extable.c | 23 fixup = search_exception_tables(regs->pc); in fixup_exception()
|
D | fault.c | 234 if (in_nmi() && search_exception_tables(pc)) in handle_migrating_pte() 385 !search_exception_tables(regs->pc)) { in handle_page_fault() 670 fixup = search_exception_tables(pc); in do_page_fault_ics()
|
/linux-4.1.27/arch/score/mm/ |
D | extable.c | 32 fixup = search_exception_tables(regs->cp0_epc); in fixup_exception()
|
/linux-4.1.27/arch/sh/mm/ |
D | extable_32.c | 14 fixup = search_exception_tables(regs->pc); in fixup_exception()
|
D | extable_64.c | 75 fixup = search_exception_tables(regs->pc); in fixup_exception()
|
/linux-4.1.27/arch/mn10300/mm/ |
D | extable.c | 19 fixup = search_exception_tables(regs->pc); in fixup_exception()
|
D | misalignment.c | 344 fixup = search_exception_tables(regs->pc); in misalignment()
|
/linux-4.1.27/arch/nios2/mm/ |
D | extable.c | 18 fixup = search_exception_tables(regs->ea); in fixup_exception()
|
D | fault.c | 87 if (!user_mode(regs) && !search_exception_tables(regs->ea)) in do_page_fault()
|
/linux-4.1.27/arch/arm64/mm/ |
D | extable.c | 12 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
D | fault.c | 233 if (!user_mode(regs) && !search_exception_tables(regs->pc)) in do_page_fault() 244 if (!user_mode(regs) && !search_exception_tables(regs->pc)) in do_page_fault()
|
/linux-4.1.27/arch/unicore32/mm/ |
D | extable.c | 19 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
D | fault.c | 236 && !search_exception_tables(regs->UCreg_pc)) in do_pf() 249 !search_exception_tables(regs->UCreg_pc)) in do_pf()
|
/linux-4.1.27/arch/metag/mm/ |
D | extable.c | 10 fixup = search_exception_tables(pc); in fixup_exception()
|
/linux-4.1.27/arch/arm/mm/ |
D | extable.c | 11 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
D | fault.c | 293 if (!user_mode(regs) && !search_exception_tables(regs->ARM_pc)) in do_page_fault() 306 !search_exception_tables(regs->ARM_pc)) in do_page_fault()
|
/linux-4.1.27/arch/microblaze/mm/ |
D | fault.c | 72 fixup = search_exception_tables(regs->pc); in bad_page_fault() 142 if (kernel_mode(regs) && !search_exception_tables(regs->pc)) in do_page_fault()
|
/linux-4.1.27/arch/frv/mm/ |
D | extable.c | 43 extab = search_exception_tables(pc); in search_exception_table()
|
/linux-4.1.27/arch/arc/mm/ |
D | extable.c | 18 fixup = search_exception_tables(instruction_pointer(regs)); in fixup_exception()
|
/linux-4.1.27/kernel/ |
D | extable.c | 52 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() function
|
/linux-4.1.27/arch/sparc/mm/ |
D | extable.c | 94 entry = search_exception_tables(addr); in search_extables_range()
|
D | fault_64.c | 252 entry = search_exception_tables(regs->tpc); in do_kernel_fault() 340 !search_exception_tables(regs->tpc)) { in do_sparc64_fault()
|
D | init_64.c | 2744 entry = search_exception_tables(regs->tpc); in hugetlb_setup()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | fault.c | 318 if (!user_mode(regs) && !search_exception_tables(regs->nip)) in do_page_fault() 513 if ((entry = search_exception_tables(regs->nip)) != NULL) { in bad_page_fault()
|
/linux-4.1.27/arch/cris/arch-v10/mm/ |
D | fault.c | 29 *search_exception_tables(unsigned long addr);
|
/linux-4.1.27/arch/powerpc/platforms/embedded6xx/ |
D | mpc7448_hpc2.c | 176 if ((entry = search_exception_tables(regs->nip)) != NULL) { in mpc7448_machine_check_exception()
|
D | holly.c | 265 if ((entry = search_exception_tables(regs->nip)) != NULL) { in ppc750_machine_check_exception()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | traps.c | 159 fixup = search_exception_tables(instruction_pointer(regs) - 2); in fixup_BUG()
|
/linux-4.1.27/arch/hexagon/mm/ |
D | vm_fault.c | 169 fixup = search_exception_tables(pt_elr(regs)); in do_page_fault()
|
/linux-4.1.27/arch/sh/kernel/ |
D | traps.c | 73 fixup = search_exception_tables(regs->pc); in die_if_no_fixup()
|
D | kprobes.c | 466 if ((entry = search_exception_tables(regs->pc)) != NULL) { in kprobe_fault_handler()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | uaccess.h | 354 extern const struct exception_table_entry *search_exception_tables (unsigned long addr); 360 e = search_exception_tables(regs->cr_iip + ia64_psr(regs)->ri); in ia64_done_with_exception()
|
/linux-4.1.27/arch/avr32/mm/ |
D | fault.c | 193 fixup = search_exception_tables(regs->pc); in do_page_fault()
|
/linux-4.1.27/arch/openrisc/mm/ |
D | fault.c | 240 if ((entry = search_exception_tables(regs->pc)) != NULL) { in do_page_fault()
|
/linux-4.1.27/arch/alpha/mm/ |
D | fault.c | 197 if ((fixup = search_exception_tables(regs->pc)) != 0) { in do_page_fault()
|
/linux-4.1.27/arch/parisc/mm/ |
D | fault.c | 149 fix = search_exception_tables(regs->iaoq[0]); in fixup_exception()
|
/linux-4.1.27/arch/cris/mm/ |
D | fault.c | 379 fixup = search_exception_tables(ip); in find_fixup_code()
|
/linux-4.1.27/arch/xtensa/mm/ |
D | fault.c | 242 if ((entry = search_exception_tables(regs->pc)) != NULL) { in bad_page_fault()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | traps.c | 85 fixup = search_exception_tables(regs->pc); in _exception()
|
/linux-4.1.27/arch/sh/include/asm/ |
D | uaccess.h | 194 const struct exception_table_entry *search_exception_tables(unsigned long addr);
|
/linux-4.1.27/arch/score/kernel/ |
D | traps.c | 184 fixup = search_exception_tables(regs->cp0_epc); in do_adedata()
|
/linux-4.1.27/arch/s390/kernel/ |
D | early.c | 254 fixup = search_exception_tables(addr & PSW_ADDR_INSN); in early_pgm_check_handler()
|
D | traps.c | 72 fixup = search_exception_tables(regs->psw.addr & PSW_ADDR_INSN); in do_report_trap()
|
D | kprobes.c | 608 entry = search_exception_tables(regs->psw.addr & PSW_ADDR_INSN); in kprobe_trap_handler()
|
/linux-4.1.27/arch/x86/kernel/kprobes/ |
D | opt.c | 255 if (search_exception_tables(addr)) in can_optimize()
|
D | core.c | 171 if (search_exception_tables((unsigned long)opcodes)) in can_boost()
|
/linux-4.1.27/include/linux/ |
D | module.h | 187 const struct exception_table_entry *search_exception_tables(unsigned long add);
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | kprobes.c | 452 if ((entry = search_exception_tables(regs->nip)) != NULL) { in kprobe_fault_handler()
|
D | traps.c | 335 && (entry = search_exception_tables(regs->nip)) != NULL) { in check_io_access()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | kprobes.c | 373 entry = search_exception_tables(regs->tpc); in kprobe_fault_handler()
|
D | unaligned_64.c | 264 entry = search_exception_tables(regs->tpc); in kernel_mna_trap_fault()
|
D | traps_64.c | 280 entry = search_exception_tables(regs->tpc); in spitfire_data_access_exception() 332 entry = search_exception_tables(regs->tpc); in sun4v_data_access_exception() 1697 entry = search_exception_tables(regs->tpc); in cheetah_deferred_handler()
|
/linux-4.1.27/arch/s390/mm/ |
D | fault.c | 259 fixup = search_exception_tables(regs->psw.addr & PSW_ADDR_INSN); in do_no_context()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | traps.c | 638 if ((fixup = search_exception_tables(pc)) != 0) { in do_entUna()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | fsl_rio.c | 109 entry = search_exception_tables(regs->nip); in fsl_rio_mcheck_exception()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | kprobes.c | 549 if (search_exception_tables(bundle_addr + slot) || in can_boost()
|
D | unaligned.c | 1319 eh = search_exception_tables(regs->cr_iip + ia64_psr(regs)->ri); in ia64_handle_unaligned()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | signal.c | 97 fixup = search_exception_tables(regs->pc); in handle_kernel_fault()
|
/linux-4.1.27/arch/tile/kernel/ |
D | unaligned.c | 873 if (!search_exception_tables(regs->pc)) { in jit_bundle_gen()
|