Home
last modified time | relevance | path

Searched refs:mcontext_t (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/arch/um/os-Linux/
H A Dsignal.c33 static void sig_handler_common(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler_common()
75 void sig_handler(int sig, struct siginfo *si, mcontext_t *mc) in sig_handler()
100 static void timer_real_alarm_handler(mcontext_t *mc) in timer_real_alarm_handler()
111 void timer_alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in timer_alarm_handler()
153 static void sigusr1_handler(int sig, struct siginfo *unused_si, mcontext_t *mc) in sigusr1_handler()
163 static void (*handlers[_NSIG])(int sig, struct siginfo *si, mcontext_t *mc) = {
180 mcontext_t *mc = &uc->uc_mcontext; in hard_handler()
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Ductx.h62 } mcontext_t; typedef
68 mcontext_t uc_mcontext;
/openbmc/qemu/tests/tcg/x86_64/
H A Dnoexec.c3 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 Dnoexec.c3 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 Dnoexec.c3 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 Dclc.c14 mcontext_t *mcontext = &((ucontext_t *)ucontext)->uc_mcontext; in handle_sigsegv()
H A Dvrep.c17 mcontext_t *mcontext = &((ucontext_t *)ucontext)->uc_mcontext; in handle_sigill()
/openbmc/qemu/tests/tcg/multiarch/
H A Dnoexec.c.inc19 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 Dmcontext.h9 extern void get_regs_from_mc(struct uml_pt_regs *, mcontext_t *);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A Dmcontext.patch1 map the mcontext_t structure for musl
/openbmc/linux/arch/x86/um/os-Linux/
H A Dmcontext.c7 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 Dfpu_signal.c44 mcontext_t *mc = &uc->uc_mcontext; in signal_fpu_sig()
H A Dvmx_signal.c47 mcontext_t *mc = &uc->uc_mcontext; in signal_vmx_sig()
/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/
H A D0001-sigsegv-Fix-build-on-ppc-musl.patch9 … ../../m4-1.4.19/lib/sigsegv.c:223:75: error: 'mcontext_t' has no member n…
/openbmc/qemu/tests/tcg/m68k/
H A Dtrap.c19 mcontext_t *mc = &uc->uc_mcontext; in sig_handler()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/
H A Dppc-musl.patch42 mcontext_t mctx;
/openbmc/linux/arch/sparc/kernel/
H A Dsignal_64.c146 mcontext_t __user *mcp; in sparc64_get_context()