Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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)
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 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]
/OK3568_Linux_fs/yocto/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]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/grep/grep/
H A D0001-mcontext-is-not-a-standard-layout-so-glibc-and-musl-.patch26 +# 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 Dutils.h142 #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 Dsignal_32.c781 &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 Dppc32.h52 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 Dabseil-ppc-fixes.patch63 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 Dabseil-ppc-fixes.patch63 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 Ducontext.h27 struct mcontext __user *uc_regs;/* points to uc_mcontext field */ member
/OK3568_Linux_fs/kernel/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.c86 ucp->uc_mcontext.uc_regs->gregs[PT_NIP] += 4; in sighandler()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-msr-resv.c43 ucp->uc_mcontext.uc_regs->gregs[PT_MSR] |= (7ULL); in signal_usr1()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Ddigicolor-ic.txt20 syscon = <&uc_regs>;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dcx92755.dtsi75 syscon = <&uc_regs>;
105 uc_regs: syscon@f00003a0 { label
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/copyloops/
H A Dexc_validate.c16 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/
H A Dppc-musl.patch60 result[n] = (void*) sigframe->uc.uc_mcontext.uc_regs->gregs[PT_NIP];