Home
last modified time | relevance | path

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

/arch/um/os-Linux/
Dsignal.c32 static void sig_handler_common(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler_common()
75 void sig_handler(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler()
92 static void timer_real_alarm_handler(mcontext_t *mc) in timer_real_alarm_handler()
107 void timer_alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in timer_alarm_handler()
149 static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = {
164 mcontext_t *mc = &uc->uc_mcontext; in hard_handler()
/arch/sparc/include/uapi/asm/
Ductx.h62 } mcontext_t; typedef
68 mcontext_t uc_mcontext;
/arch/x86/um/shared/sysdep/
Dmcontext.h9 extern void get_regs_from_mc(struct uml_pt_regs *, mcontext_t *);
/arch/x86/um/os-Linux/
Dmcontext.c7 void get_regs_from_mc(struct uml_pt_regs *regs, mcontext_t *mc) in get_regs_from_mc()
/arch/sparc/kernel/
Dsignal_64.c150 mcontext_t __user *mcp; in sparc64_get_context()