Home
last modified time | relevance | path

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

/linux/arch/x86/um/shared/sysdep/
H A Dmcontext.h22 #define GET_FAULTINFO_FROM_MC(fi, mc) \ macro
31 #define GET_FAULTINFO_FROM_MC(fi, mc) \ macro
/linux/arch/x86/um/
H A Dstub_segv.c17 GET_FAULTINFO_FROM_MC(*f, &uc->uc_mcontext); in stub_segv_handler()
/linux/arch/um/os-Linux/
H A Dsignal.c45 GET_FAULTINFO_FROM_MC(r.faultinfo, mc); in sig_handler_common()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c645 GET_FAULTINFO_FROM_MC(regs->faultinfo, mcontext); in userspace()