/linux-4.4.14/arch/sh/mm/ |
H A D | extable_32.c | 10 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | extable_64.c | 71 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 230 if (fixup_exception(regs)) no_context()
|
/linux-4.4.14/arch/metag/mm/ |
H A D | extable.c | 5 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 238 if (fixup_exception(regs)) { do_page_fault()
|
/linux-4.4.14/arch/m32r/mm/ |
H A D | extable.c | 8 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 240 if (fixup_exception(regs)) do_page_fault()
|
/linux-4.4.14/arch/arm64/mm/ |
H A D | extable.c | 8 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 143 if (fixup_exception(regs)) __do_kernel_fault()
|
/linux-4.4.14/arch/arm/mm/ |
H A D | extable.c | 7 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 138 if (fixup_exception(regs)) __do_kernel_fault()
|
/linux-4.4.14/arch/unicore32/mm/ |
H A D | extable.c | 15 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 97 if (fixup_exception(regs)) __do_kernel_fault()
|
/linux-4.4.14/arch/x86/um/ |
H A D | fault.c | 17 /* Compare this to arch/i386/mm/extable.c:fixup_exception() */ arch_fixup()
|
/linux-4.4.14/arch/mips/mm/ |
H A D | extable.c | 13 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 236 if (fixup_exception(regs)) { __do_page_fault()
|
/linux-4.4.14/arch/nios2/mm/ |
H A D | extable.c | 14 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 199 if (fixup_exception(regs)) do_page_fault()
|
/linux-4.4.14/arch/tile/mm/ |
H A D | extable.c | 19 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 507 if (fixup_exception(regs)) handle_page_fault()
|
/linux-4.4.14/arch/mn10300/mm/ |
H A D | extable.c | 15 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 310 if (fixup_exception(regs)) do_page_fault()
|
/linux-4.4.14/arch/arc/mm/ |
H A D | extable.c | 14 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 215 if (fixup_exception(regs)) do_page_fault()
|
/linux-4.4.14/arch/score/mm/ |
H A D | extable.c | 28 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 154 if (fixup_exception(regs)) { do_page_fault()
|
/linux-4.4.14/arch/unicore32/include/asm/ |
H A D | uaccess.h | 44 extern int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/x86/mm/ |
H A D | extable.c | 17 int fixup_exception(struct pt_regs *regs) fixup_exception() function
|
H A D | fault.c | 666 if (fixup_exception(regs)) { no_context() 700 * had been triggered by is_prefetch fixup_exception would have no_context()
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | traps.c | 56 if (fixup_exception(regs)) unhandled_exception()
|
H A D | kprobes.c | 349 if (fixup_exception(regs)) kprobe_fault_handler() 353 * fixup_exception() could not handle it, kprobe_fault_handler()
|
/linux-4.4.14/arch/nios2/include/asm/ |
H A D | uaccess.h | 42 extern int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/nios2/kernel/ |
H A D | misaligned.c | 77 if (fixup_exception(fp)) { handle_unaligned_c()
|
H A D | traps.c | 138 if (fixup_exception(fp)) handle_unaligned_c()
|
/linux-4.4.14/arch/parisc/mm/ |
H A D | fault.c | 139 int fixup_exception(struct pt_regs *regs) fixup_exception() function 341 if (!user_mode(regs) && fixup_exception(regs)) { do_page_fault()
|
/linux-4.4.14/arch/alpha/mm/ |
H A D | fault.c | 198 newpc = fixup_exception(dpf_reg, fixup, regs->pc); do_page_fault()
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | uaccess.h | 191 int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/metag/include/asm/ |
H A D | uaccess.h | 75 extern int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/parisc/include/asm/ |
H A D | uaccess.h | 259 int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | traps.c | 251 if (!fixup_exception(regs)) do_trap()
|
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | uaccess.h | 56 extern int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | traps.c | 740 fixup_exception(regs)) handle_interruption() 802 if (fixup_exception(regs)) handle_interruption()
|
H A D | unaligned.c | 685 if (!user_mode(regs) && fixup_exception(regs)) handle_unaligned()
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | traps.c | 279 if (fixup_exception(regs)) /* ILL_TRANS or UNALIGN_DATA */ do_trap()
|
H A D | unaligned.c | 1486 if (fixup_exception(regs)) { do_unaligned()
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | uaccess.h | 477 #define fixup_exception(map_reg, _fixup, pc) \ macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
H A D | uaccess.h | 100 extern int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | traps.c | 202 if (!fixup_exception(regs)) { do_trap_no_signal() 456 if (fixup_exception(regs)) do_general_protection() 702 if (!fixup_exception(regs)) { math_error()
|
/linux-4.4.14/arch/xtensa/include/asm/ |
H A D | uaccess.h | 504 #define fixup_exception(map_reg, fixup_unit, pc) \
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | uaccess.h | 748 extern int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | kprobes.c | 458 * fixup_exception() could not handle it, kprobe_fault_handler()
|
/linux-4.4.14/arch/score/include/asm/ |
H A D | uaccess.h | 426 extern int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | kprobes.c | 472 * fixup_exception() could not handle it, kprobe_fault_handler()
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | kprobes.c | 381 * fixup_exception() could not handle it, kprobe_fault_handler()
|
/linux-4.4.14/arch/mn10300/kernel/ |
H A D | traps.c | 153 if (fixup_exception(regs)) die_if_no_fixup()
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | uaccess.h | 50 extern int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | unaligned.c | 1330 if (fixup_exception(regs)) emulate_load_store_insn() 1957 if (fixup_exception(regs)) emulate_load_store_microMIPS() 2202 if (fixup_exception(regs)) emulate_load_store_MIPS16e()
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | uaccess.h | 122 extern int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | uaccess.h | 113 extern int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | kprobes.c | 615 * fixup_exception() could not handle it, kprobe_trap_handler()
|
/linux-4.4.14/arch/m32r/include/asm/ |
H A D | uaccess.h | 135 extern int fixup_exception(struct pt_regs *regs);
|
/linux-4.4.14/arch/x86/kernel/kprobes/ |
H A D | core.c | 991 if (fixup_exception(regs)) kprobe_fault_handler()
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | traps.c | 640 newpc = fixup_exception(una_reg, fixup, pc); do_entUna()
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | uaccess.h | 1491 extern int fixup_exception(struct pt_regs *regs);
|