Searched refs:mcontext_t (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/um/shared/sysdep/
H A Dmcontext.h9 extern void get_regs_from_mc(struct uml_pt_regs *, mcontext_t *);
/linux-4.4.14/arch/sparc/include/uapi/asm/
H A Ductx.h61 } mcontext_t; typedef in typeref:struct:__anon2732
67 mcontext_t uc_mcontext;
/linux-4.4.14/arch/x86/um/os-Linux/
H A Dmcontext.c6 void get_regs_from_mc(struct uml_pt_regs *regs, mcontext_t *mc) get_regs_from_mc()
/linux-4.4.14/arch/um/os-Linux/
H A Dsignal.c30 static void sig_handler_common(int sig, struct siginfo *si, mcontext_t *mc) sig_handler_common()
66 void sig_handler(int sig, struct siginfo *si, mcontext_t *mc) sig_handler()
83 static void timer_real_alarm_handler(mcontext_t *mc) timer_real_alarm_handler()
92 void timer_alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) timer_alarm_handler()
129 static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = {
144 mcontext_t *mc = &uc->uc_mcontext; hard_handler()
/linux-4.4.14/arch/sparc/kernel/
H A Dsignal_64.c149 mcontext_t __user *mcp; sparc64_get_context()

Completed in 152 milliseconds