/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/ |
H A D | 0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch | 40 - 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 D | 0001-sigsegv-Fix-build-on-ppc-musl.patch | 9 …uc_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 D | ppc_musl_ucontext.patch | 13 ucontext->uc_mcontext.uc_regs[i] 15 + ucontext->uc_regs->gregs[i]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | signal_32.c | 769 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 D | ucontext.h | 27 struct mcontext __user *uc_regs;/* points to uc_mcontext field */ member
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 205 #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 D | syscalls_32.h | 52 compat_uptr_t uc_regs; /* points to uc_mcontext field */ member
|
/openbmc/linux/tools/testing/selftests/powerpc/alignment/ |
H A D | copy_first_unaligned.c | 24 unsigned int *pc = (unsigned int *)ctx->uc_mcontext.uc_regs->gregs[PT_NIP]; in signal_action_handler()
|
H A D | alignment_handler.c | 77 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 D | abseil-ppc-fixes.patch | 65 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 D | tm-signal-msr-resv.c | 43 ucp->uc_mcontext.uc_regs->gregs[PT_MSR] |= (7ULL); in signal_usr1()
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | digicolor-ic.txt | 20 syscon = <&uc_regs>;
|
/openbmc/linux/arch/arm/boot/dts/cnxt/ |
H A D | cx92755.dtsi | 75 syscon = <&uc_regs>; 105 uc_regs: syscon@f00003a0 { label
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/ |
H A D | abseil-ppc-fixes.patch | 80 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 D | exc_validate.c | 16 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/ |
H A D | ppc-musl.patch | 55 result[n] = (void*) sigframe->uc.uc_mcontext.uc_regs->gregs[PT_NIP];
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | callchain_32.c | 96 if (read_user_stack_32((unsigned int __user *) &sf->uc.uc_regs, ®s)) in sane_rt_signal_32_frame()
|