Searched refs:mcontext_t (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/um/shared/sysdep/ |
H A D | mcontext.h | 9 extern void get_regs_from_mc(struct uml_pt_regs *, mcontext_t *);
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
H A D | uctx.h | 61 } mcontext_t; typedef in typeref:struct:__anon2732 67 mcontext_t uc_mcontext;
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
H A D | mcontext.c | 6 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 D | signal.c | 30 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 D | signal_64.c | 149 mcontext_t __user *mcp; sparc64_get_context()
|
Completed in 200 milliseconds