Searched refs:fixup_vdso_exception (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/entry/vdso/ |
| H A D | extable.c | 12 bool fixup_vdso_exception(struct pt_regs *regs, int trapnr, in fixup_vdso_exception() function
|
| /linux/arch/x86/kernel/ |
| H A D | traps.c | 300 if (fixup_vdso_exception(regs, trapnr, error_code, 0)) in do_trap_no_signal() 940 if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE() 1460 if (fixup_vdso_exception(regs, trapnr, 0, 0)) in math_error()
|
| /linux/arch/x86/mm/ |
| H A D | fault.c | 812 if (fixup_vdso_exception(regs, X86_TRAP_PF, error_code, address)) in __bad_area_nosemaphore() 923 if (fixup_vdso_exception(regs, X86_TRAP_PF, error_code, address)) in do_sigbus()
|