/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/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
|
/linux/arch/arm/mm/ |
H A D | extable.c | 8 int fixup_exception(struct pt_regs *regs) in fixup_exception() function
|
/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/loongarch/include/asm/ |
H A D | extable.h | 45 bool fixup_exception(struct pt_regs *regs);
|
/linux/arch/arm64/include/asm/ |
H A D | extable.h | 48 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/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/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/riscv/mm/ |
H A D | fault.c | 43 if (fixup_exception(regs)) in no_context() 275 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/arm64/mm/ |
H A D | extable.c | 59 bool fixup_exception(struct pt_regs *regs) 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 430 if (!user_mode(regs) && fixup_exception(regs)) { in do_page_fault()
|
/linux/arch/x86/mm/ |
H A D | extable.c | 300 int fixup_exception(struct pt_regs *regs, int trapnr, unsigned long error_code, in fixup_exception() function 411 if (fixup_exception(regs, trapnr, regs->orig_ax, 0)) in early_fixup_exception()
|
/linux/arch/arc/kernel/ |
H A D | traps.c | 51 if (fixup_exception(regs)) in unhandled_exception()
|
/linux/arch/s390/kernel/ |
H A D | traps.c | 60 if (!fixup_exception(regs)) in do_report_trap() 254 fixup_exception(regs); in monitor_event_exception()
|
/linux/arch/s390/mm/ |
H A D | extable.c | 80 bool fixup_exception(struct pt_regs *regs) in fixup_exception() function
|