Searched refs:mc_pad (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/powerpc/perf/ |
H A D | callchain_32.c | 60 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/kernel/ |
H A D | signal_32.c | 788 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/linux/arch/powerpc/include/uapi/asm/ |
H A D | ucontext.h | 16 unsigned long mc_pad[2]; member
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | syscalls_32.h | 42 unsigned int mc_pad[2]; member
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_arch_signal.h | 59 uint32_t mc_pad; member
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_arch_signal.h | 64 uint32_t mc_pad; member
|
/openbmc/qemu/linux-user/ppc/ |
H A D | signal.c | 51 target_ulong mc_pad[2]; member
|