Searched refs:mcontext_t (Results 1 – 6 of 6) sorted by relevance
| /arch/um/os-Linux/ |
| A D | signal.c | 35 static void sig_handler_common(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler_common() 78 static void sig_handler(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler() 121 static void timer_real_alarm_handler(mcontext_t *mc) in timer_real_alarm_handler() 132 static void timer_alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in timer_alarm_handler() 174 static void sigusr1_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in sigusr1_handler() 184 static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = { 203 mcontext_t *mc = &uc->uc_mcontext; in hard_handler()
|
| /arch/x86/um/shared/sysdep/ |
| A D | mcontext.h | 11 extern void get_regs_from_mc(struct uml_pt_regs *, mcontext_t *); 12 extern void get_mc_from_regs(struct uml_pt_regs *regs, mcontext_t *mc,
|
| /arch/sparc/include/uapi/asm/ |
| A D | uctx.h | 62 } mcontext_t; typedef 68 mcontext_t uc_mcontext;
|
| /arch/x86/um/os-Linux/ |
| A D | mcontext.c | 12 void get_regs_from_mc(struct uml_pt_regs *regs, mcontext_t *mc) in get_regs_from_mc() 46 mcontext_t *mc = _mc; in mc_set_rip() 56 void get_mc_from_regs(struct uml_pt_regs *regs, mcontext_t *mc, int single_stepping) in get_mc_from_regs() 105 mcontext_t *mcontext, in get_fpstate() 148 mcontext_t *mcontext; in get_stub_state() 206 mcontext_t *mcontext; in set_stub_state()
|
| /arch/um/os-Linux/skas/ |
| A D | process.c | 228 if (data->mctx_offset > sizeof(data->sigstack) - sizeof(mcontext_t)) { in wait_stub_done_seccomp() 642 mcontext_t *mcontext = (void *)&proc_data->sigstack[proc_data->mctx_offset]; in userspace()
|
| /arch/sparc/kernel/ |
| A D | signal_64.c | 146 mcontext_t __user *mcp; in sparc64_get_context()
|
Completed in 17 milliseconds