Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dvdso.h38 extern bool fixup_vdso_exception(struct pt_regs *regs, int trapnr,
/arch/x86/entry/vdso/
A Dextable.c12 bool fixup_vdso_exception(struct pt_regs *regs, int trapnr, in fixup_vdso_exception() function
/arch/x86/kernel/
A Dtraps.c208 if (fixup_vdso_exception(regs, trapnr, error_code, 0)) in do_trap_no_signal()
819 if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE()
1341 if (fixup_vdso_exception(regs, trapnr, 0, 0)) in math_error()
/arch/x86/mm/
A Dfault.c812 if (fixup_vdso_exception(regs, X86_TRAP_PF, error_code, address)) in __bad_area_nosemaphore()
925 if (fixup_vdso_exception(regs, X86_TRAP_PF, error_code, address)) in do_sigbus()

Completed in 12 milliseconds