Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dvdso.h37 extern bool fixup_vdso_exception(struct pt_regs *regs, int trapnr,
/linux/arch/x86/entry/vdso/
H A Dextable.c12 bool fixup_vdso_exception(struct pt_regs *regs, int trapnr, in fixup_vdso_exception() function
/linux/arch/x86/kernel/
H A Dtraps.c301 if (fixup_vdso_exception(regs, trapnr, error_code, 0)) in do_trap_no_signal()
936 if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE()
1462 if (fixup_vdso_exception(regs, trapnr, 0, 0)) in math_error()
/linux/arch/x86/mm/
H A Dfault.c812 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()