Home
last modified time | relevance | path

Searched refs:mc_pad (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/perf/
H A Dcallchain_32.c60 if (nip == fp + offsetof(struct signal_frame_32, mctx.mc_pad)) in is_sigreturn_32_address()
71 uc.uc_mcontext.mc_pad)) in is_rt_sigreturn_32_address()
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Ducontext.h16 unsigned long mc_pad[2]; member
/openbmc/linux/arch/powerpc/include/asm/
H A Dsyscalls_32.h42 unsigned int mc_pad[2]; member
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal_32.c788 tramp = (unsigned long)mctx->mc_pad; in handle_rt_signal32()
789 unsafe_put_user(PPC_RAW_LI(_R0, __NR_rt_sigreturn), &mctx->mc_pad[0], failed); in handle_rt_signal32()
790 unsafe_put_user(PPC_RAW_SC(), &mctx->mc_pad[1], failed); in handle_rt_signal32()
791 asm("dcbst %y0; sync; icbi %y0; sync" :: "Z" (mctx->mc_pad[0])); in handle_rt_signal32()
884 tramp = (unsigned long)mctx->mc_pad; in handle_signal32()
885 unsafe_put_user(PPC_RAW_LI(_R0, __NR_sigreturn), &mctx->mc_pad[0], failed); in handle_signal32()
886 unsafe_put_user(PPC_RAW_SC(), &mctx->mc_pad[1], failed); in handle_signal32()
887 asm("dcbst %y0; sync; icbi %y0; sync" :: "Z" (mctx->mc_pad[0])); in handle_signal32()
/openbmc/qemu/linux-user/ppc/
H A Dsignal.c50 target_ulong mc_pad[2]; member