Searched refs:mcontext_t (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/um/os-Linux/ |
| H A D | signal.c | 37 static void sig_handler_common(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler_common() 77 static void sig_handler(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler() 120 static void timer_real_alarm_handler(mcontext_t *mc) in timer_real_alarm_handler() 131 static void timer_alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in timer_alarm_handler() 178 static void sigusr1_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in sigusr1_handler() 188 static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = { 207 mcontext_t *mc = &uc->uc_mcontext; in hard_handler()
|
| /linux/arch/x86/um/os-Linux/ |
| H 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()
|
| /linux/arch/x86/um/shared/sysdep/ |
| H 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,
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | uctx.h | 62 } mcontext_t; typedef 68 mcontext_t uc_mcontext;
|
| /linux/tools/testing/selftests/powerpc/math/ |
| H A D | fpu_signal.c | 43 mcontext_t *mc = &uc->uc_mcontext; in signal_fpu_sig()
|
| H A D | vmx_signal.c | 47 mcontext_t *mc = &uc->uc_mcontext; in signal_vmx_sig()
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 228 if (data->mctx_offset > sizeof(data->sigstack) - sizeof(mcontext_t)) { in wait_stub_done_seccomp() 643 mcontext_t *mcontext = (void *)&proc_data->sigstack[proc_data->mctx_offset]; in userspace()
|
| /linux/arch/sparc/kernel/ |
| H A D | signal_64.c | 146 mcontext_t __user *mcp; in sparc64_get_context()
|