Searched refs:fixup_vdso_exception (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/arch/x86/include/asm/ |
| D | vdso.h | 52 extern bool fixup_vdso_exception(struct pt_regs *regs, int trapnr,
|
| /Linux-v6.1/arch/x86/entry/vdso/ |
| D | extable.c | 12 bool fixup_vdso_exception(struct pt_regs *regs, int trapnr, in fixup_vdso_exception() function
|
| /Linux-v6.1/arch/x86/kernel/ |
| D | traps.c | 126 if (fixup_vdso_exception(regs, trapnr, error_code, 0)) in do_trap_no_signal() 755 if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE() 1237 if (fixup_vdso_exception(regs, trapnr, 0, 0)) in math_error()
|
| /Linux-v6.1/arch/x86/mm/ |
| D | fault.c | 866 if (fixup_vdso_exception(regs, X86_TRAP_PF, error_code, address)) in __bad_area_nosemaphore() 981 if (fixup_vdso_exception(regs, X86_TRAP_PF, error_code, address)) in do_sigbus()
|