Home
last modified time | relevance | path

Searched refs:signal_frame_32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/perf/
H A Dcallchain_32.c41 struct signal_frame_32 { struct
60 if (nip == fp + offsetof(struct signal_frame_32, mctx.mc_pad)) in is_sigreturn_32_address() argument
81 struct signal_frame_32 __user *sf; in sane_signal_32_frame()
84 sf = (struct signal_frame_32 __user *) (unsigned long) sp; in sane_signal_32_frame()
105 struct signal_frame_32 __user *sf; in signal_frame_32_regs()
114 if (next_sp - sp >= sizeof(struct signal_frame_32) && in signal_frame_32_regs()
117 sf = (struct signal_frame_32 __user *) (unsigned long) sp; in signal_frame_32_regs()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/
H A Dppc-musl.patch44 } *sigframe = reinterpret_cast<signal_frame_32*>(current);