Searched refs:mcontext_t (Results 1 – 5 of 5) sorted by relevance
/arch/um/os-Linux/ |
D | signal.c | 32 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/ |
D | uctx.h | 62 } mcontext_t; typedef 68 mcontext_t uc_mcontext;
|
/arch/x86/um/shared/sysdep/ |
D | mcontext.h | 9 extern void get_regs_from_mc(struct uml_pt_regs *, mcontext_t *);
|
/arch/x86/um/os-Linux/ |
D | mcontext.c | 7 void get_regs_from_mc(struct uml_pt_regs *regs, mcontext_t *mc) in get_regs_from_mc()
|
/arch/sparc/kernel/ |
D | signal_64.c | 150 mcontext_t __user *mcp; in sparc64_get_context()
|