Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/
H A D0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch40 - addr = &uc->uc_mcontext.uc_regs->gregs[reg - UNW_PPC32_R0];
46 - addr = &uc->uc_mcontext.uc_regs->fpregs.fpregs[reg - UNW_PPC32_F0];
55 - addr = &uc->uc_mcontext.uc_regs->gregs[gregs_idx];
68 -#define UC_MCONTEXT_GREGS_R0 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[0] - (void *)&dmy_ctxt)
69 -#define UC_MCONTEXT_GREGS_R1 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[1] - (void *)&dmy_ctxt)
70 -#define UC_MCONTEXT_GREGS_R2 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[2] - (void *)&dmy_ctxt)
71 -#define UC_MCONTEXT_GREGS_R3 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[3] - (void *)&dmy_ctxt)
72 -#define UC_MCONTEXT_GREGS_R4 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[4] - (void *)&dmy_ctxt)
73 -#define UC_MCONTEXT_GREGS_R5 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[5] - (void *)&dmy_ctxt)
101 +#define GET_UC_REGS uc_mcontext.uc_regs
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/
H A D0001-sigsegv-Fix-build-on-ppc-musl.patch9uc_regs'; did you mean 'gregs'? …
28 +# define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_regs->gregs[1]
30 -# define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext.uc_regs->gregs[1]
31 +# define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext.uc_regs->gregs[1]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/a2jmidid/
H A Dppc_musl_ucontext.patch13 ucontext->uc_mcontext.uc_regs[i]
15 + ucontext->uc_regs->gregs[i]
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal_32.c769 unsafe_put_user(to_user_ptr(&frame->uc.uc_mcontext), &frame->uc.uc_regs, failed); in handle_rt_signal32()
776 &frame->uc_transact.uc_regs, failed); in handle_rt_signal32()
933 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext()
937 unsafe_get_user(mcp, &ucp->uc_regs, failed); in do_setcontext()
967 unsafe_get_user(cmcp, &ucp->uc_regs, failed); in do_setcontext_tm()
971 if (__get_user(tm_cmcp, &tm_ucp->uc_regs)) in do_setcontext_tm()
1012 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3()
1058 unsafe_put_user(to_user_ptr(mctx), &old_ctx->uc_regs, failed); in COMPAT_SYSCALL_DEFINE3()
1134 if (__get_user(cmcp, &uc_transact->uc_regs)) in COMPAT_SYSCALL_DEFINE0()
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Ducontext.h27 struct mcontext __user *uc_regs;/* points to uc_mcontext field */ member
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h205 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
206 #define UCONTEXT_MSR(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_MSR]
/openbmc/linux/arch/powerpc/include/asm/
H A Dsyscalls_32.h52 compat_uptr_t uc_regs; /* points to uc_mcontext field */ member
/openbmc/linux/tools/testing/selftests/powerpc/alignment/
H A Dcopy_first_unaligned.c24 unsigned int *pc = (unsigned int *)ctx->uc_mcontext.uc_regs->gregs[PT_NIP]; in signal_action_handler()
H A Dalignment_handler.c77 ucp->uc_mcontext.uc_regs->gregs[PT_NIP] += 4; in sighandler()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A Dabseil-ppc-fixes.patch65 return reinterpret_cast<void*>(context->uc_mcontext.uc_regs->gregs[32]);
67 + return reinterpret_cast<void*>((context->uc_regs)->gregs[32]);
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-msr-resv.c43 ucp->uc_mcontext.uc_regs->gregs[PT_MSR] |= (7ULL); in signal_usr1()
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Ddigicolor-ic.txt20 syscon = <&uc_regs>;
/openbmc/linux/arch/arm/boot/dts/cnxt/
H A Dcx92755.dtsi75 syscon = <&uc_regs>;
105 uc_regs: syscon@f00003a0 { label
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A Dabseil-ppc-fixes.patch80 return reinterpret_cast<void*>(context->uc_mcontext.uc_regs->gregs[32]);
82 + return reinterpret_cast<void*>(((struct pt_regs *)context->uc_regs)->gregs[32]);
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A Dexc_validate.c16 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/
H A Dppc-musl.patch55 result[n] = (void*) sigframe->uc.uc_mcontext.uc_regs->gregs[PT_NIP];
/openbmc/linux/arch/powerpc/perf/
H A Dcallchain_32.c96 if (read_user_stack_32((unsigned int __user *) &sf->uc.uc_regs, &regs)) in sane_rt_signal_32_frame()