| /linux/arch/riscv/include/asm/ |
| H A D | extable.h | 36 bool fixup_exception(struct pt_regs *regs); 38 static inline bool fixup_exception(struct pt_regs *regs) { return false; } in fixup_exception() function
|
| /linux/arch/parisc/mm/ |
| H A D | fault.c | 143 int fixup_exception(struct pt_regs *regs) in fixup_exception() function 366 if (!user_mode(regs) && fixup_exception(regs)) { in do_page_fault() 434 if (!user_mode(regs) && fixup_exception(regs)) { in do_page_fault()
|
| /linux/arch/mips/include/asm/ |
| H A D | extable.h | 12 extern int fixup_exception(struct pt_regs *regs);
|
| /linux/include/asm-generic/ |
| H A D | extable.h | 25 extern int fixup_exception(struct pt_regs *regs);
|
| /linux/arch/mips/mm/ |
| H A D | extable.c | 13 int fixup_exception(struct pt_regs *regs) in fixup_exception() function
|
| /linux/arch/nios2/mm/ |
| H A D | extable.c | 14 int fixup_exception(struct pt_regs *regs) in fixup_exception() function
|
| /linux/arch/sh/mm/ |
| H A D | extable_32.c | 13 int fixup_exception(struct pt_regs *regs) in fixup_exception() function
|
| /linux/arch/arc/mm/ |
| H A D | extable.c | 12 int fixup_exception(struct pt_regs *regs) in fixup_exception() function
|
| H A D | fault.c | 189 if (fixup_exception(regs)) in do_page_fault()
|
| /linux/arch/csky/mm/ |
| H A D | fault.c | 9 int fixup_exception(struct pt_regs *regs) in fixup_exception() function 59 if (fixup_exception(regs)) in no_context()
|
| /linux/arch/arm/mm/ |
| H A D | extable.c | 8 int fixup_exception(struct pt_regs *regs) in fixup_exception() function
|
| /linux/arch/csky/abiv1/ |
| H A D | alignment.c | 205 extern int fixup_exception(struct pt_regs *regs); 289 if (fixup_exception(regs)) in csky_alignment()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | extable.h | 45 bool fixup_exception(struct pt_regs *regs);
|
| /linux/arch/parisc/include/asm/ |
| H A D | extable.h | 25 int fixup_exception(struct pt_regs *regs);
|
| /linux/arch/alpha/include/asm/ |
| H A D | extable.h | 39 #define fixup_exception(map_reg, _fixup, pc) \ macro
|
| /linux/arch/x86/include/asm/ |
| H A D | extable.h | 38 extern int fixup_exception(struct pt_regs *regs, int trapnr,
|
| /linux/arch/s390/include/asm/ |
| H A D | extable.h | 70 bool fixup_exception(struct pt_regs *regs);
|
| /linux/arch/loongarch/mm/ |
| H A D | extable.c | 45 bool fixup_exception(struct pt_regs *regs) in fixup_exception() function
|
| /linux/arch/x86/mm/ |
| H A D | extable.c | 299 int fixup_exception(struct pt_regs *regs, int trapnr, unsigned long error_code, in fixup_exception() function 410 if (fixup_exception(regs, trapnr, regs->orig_ax, 0)) in early_fixup_exception()
|
| /linux/arch/riscv/mm/ |
| H A D | fault.c | 98 if (fixup_exception(regs)) in no_context() 335 if (fixup_exception(regs)) in handle_page_fault()
|
| H A D | extable.c | 82 bool fixup_exception(struct pt_regs *regs) in fixup_exception() function
|
| /linux/arch/arc/kernel/ |
| H A D | traps.c | 51 if (fixup_exception(regs)) in unhandled_exception()
|
| /linux/arch/m68k/mm/ |
| H A D | fault.c | 37 if (fixup_exception(regs)) in send_fault_sig()
|
| /linux/arch/nios2/kernel/ |
| H A D | traps.c | 129 if (fixup_exception(fp)) in handle_unaligned_c()
|
| /linux/arch/alpha/mm/ |
| H A D | fault.c | 195 newpc = fixup_exception(dpf_reg, fixup, regs->pc); in do_page_fault()
|