Searched refs:mcontext_t (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/arch/um/os-Linux/ |
H A D | signal.c | 34 static void sig_handler_common(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler_common() 74 void sig_handler(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler() 112 static void timer_real_alarm_handler(mcontext_t *mc) in timer_real_alarm_handler() 123 void timer_alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in timer_alarm_handler() 165 static void sigusr1_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in sigusr1_handler() 175 static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = { 192 mcontext_t *mc = &uc->uc_mcontext; in hard_handler()
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | uctx.h | 62 } mcontext_t; typedef 68 mcontext_t uc_mcontext;
|
/openbmc/qemu/tests/tcg/x86_64/ |
H A D | noexec.c | 3 static void *arch_mcontext_pc(const mcontext_t *ctx) in arch_mcontext_pc() 8 int arch_mcontext_arg(const mcontext_t *ctx) in arch_mcontext_arg()
|
/openbmc/qemu/tests/tcg/riscv64/ |
H A D | noexec.c | 3 static void *arch_mcontext_pc(const mcontext_t *ctx) in arch_mcontext_pc() 8 static int arch_mcontext_arg(const mcontext_t *ctx) in arch_mcontext_arg()
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | noexec.c | 3 static void *arch_mcontext_pc(const mcontext_t *ctx) in arch_mcontext_pc() 8 static int arch_mcontext_arg(const mcontext_t *ctx) in arch_mcontext_arg()
|
H A D | clc.c | 14 mcontext_t *mcontext = &((ucontext_t *)ucontext)->uc_mcontext; in handle_sigsegv()
|
H A D | vrep.c | 17 mcontext_t *mcontext = &((ucontext_t *)ucontext)->uc_mcontext; in handle_sigill()
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | noexec.c.inc | 19 static void *arch_mcontext_pc(const mcontext_t *ctx); 20 static int arch_mcontext_arg(const mcontext_t *ctx); 49 const mcontext_t *mc = &((ucontext_t *)ucontext)->uc_mcontext;
|
/openbmc/linux/arch/x86/um/shared/sysdep/ |
H A D | mcontext.h | 9 extern void get_regs_from_mc(struct uml_pt_regs *, mcontext_t *);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/ |
H A D | mcontext.patch | 1 map the mcontext_t structure for musl
|
/openbmc/linux/arch/x86/um/os-Linux/ |
H A D | mcontext.c | 7 void get_regs_from_mc(struct uml_pt_regs *regs, mcontext_t *mc) in get_regs_from_mc()
|
/openbmc/linux/tools/testing/selftests/powerpc/math/ |
H A D | fpu_signal.c | 44 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()
|
/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/ |
H A D | 0001-sigsegv-Fix-build-on-ppc-musl.patch | 9 … ../../m4-1.4.19/lib/sigsegv.c:223:75: error: 'mcontext_t' has no member n…
|
/openbmc/qemu/tests/tcg/m68k/ |
H A D | trap.c | 19 mcontext_t *mc = &uc->uc_mcontext; in sig_handler()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/ |
H A D | ppc-musl.patch | 42 mcontext_t mctx;
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | signal_64.c | 146 mcontext_t __user *mcp; in sparc64_get_context()
|