Searched refs:mcontext_t (Results 1 – 6 of 6) sorted by relevance
/arch/um/os-Linux/ |
D | signal.c | 28 static void sig_handler_common(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler_common() 64 void sig_handler(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler() 81 static void real_alarm_handler(mcontext_t *mc) in real_alarm_handler() 92 void alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in alarm_handler() 123 static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = { 139 mcontext_t *mc = &uc->uc_mcontext; in hard_handler()
|
D | internal.h | 1 void alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc);
|
/arch/sparc/include/uapi/asm/ |
D | uctx.h | 61 } mcontext_t; typedef 67 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 | 6 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 | 149 mcontext_t __user *mcp; in sparc64_get_context()
|