Home
last modified time | relevance | path

Searched refs:fixup_vdso_exception (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/arch/x86/include/asm/
Dvdso.h52 extern bool fixup_vdso_exception(struct pt_regs *regs, int trapnr,
/Linux-v6.1/arch/x86/entry/vdso/
Dextable.c12 bool fixup_vdso_exception(struct pt_regs *regs, int trapnr, in fixup_vdso_exception() function
/Linux-v6.1/arch/x86/kernel/
Dtraps.c126 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/
Dfault.c866 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()