| /OK3568_Linux_fs/yocto/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) 74 -#define UC_MCONTEXT_GREGS_R6 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[6] - (void *)&dmy_ctxt) [all …]
|
| /OK3568_Linux_fs/yocto/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]
|
| /OK3568_Linux_fs/yocto/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]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/grep/grep/ |
| H A D | 0001-mcontext-is-not-a-standard-layout-so-glibc-and-musl-.patch | 26 +# define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_regs->gregs[1] 28 # define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext.uc_regs->gregs[1]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/ |
| H A D | utils.h | 142 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP] 143 #define UCONTEXT_MSR(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_MSR]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | signal_32.c | 781 &rt_sf->uc.uc_regs) in handle_rt_signal32() 802 &rt_sf->uc_transact.uc_regs)) in handle_rt_signal32() 859 if (__get_user(cmcp, &ucp->uc_regs)) in do_setcontext() 865 if (__get_user(mcp, &ucp->uc_regs)) in do_setcontext() 891 if (__get_user(cmcp, &ucp->uc_regs) || in do_setcontext_tm() 892 __get_user(tm_cmcp, &tm_ucp->uc_regs)) in do_setcontext_tm() 929 if (__get_user(cmcp, &new_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3() 973 || __put_user(to_user_ptr(mctx), &old_ctx->uc_regs)) in COMPAT_SYSCALL_DEFINE3() 1043 if (__get_user(cmcp, &uc_transact->uc_regs)) in COMPAT_SYSCALL_DEFINE0()
|
| H A D | ppc32.h | 52 compat_uptr_t uc_regs; /* points to uc_mcontext field */ member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/ |
| H A D | abseil-ppc-fixes.patch | 63 return reinterpret_cast<void*>(context->uc_mcontext.uc_regs->gregs[32]); 65 + return reinterpret_cast<void*>(((struct pt_regs *)context->uc_regs)->gregs[32]);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/ |
| H A D | abseil-ppc-fixes.patch | 63 return reinterpret_cast<void*>(context->uc_mcontext.uc_regs->gregs[32]); 65 + return reinterpret_cast<void*>((context->uc_regs)->gregs[32]);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | ucontext.h | 27 struct mcontext __user *uc_regs;/* points to uc_mcontext field */ member
|
| /OK3568_Linux_fs/kernel/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 | 86 ucp->uc_mcontext.uc_regs->gregs[PT_NIP] += 4; in sighandler()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | digicolor-ic.txt | 20 syscon = <&uc_regs>;
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | cx92755.dtsi | 75 syscon = <&uc_regs>; 105 uc_regs: syscon@f00003a0 { label
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/copyloops/ |
| H A D | exc_validate.c | 16 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/ |
| H A D | ppc-musl.patch | 60 result[n] = (void*) sigframe->uc.uc_mcontext.uc_regs->gregs[PT_NIP];
|