Searched defs:rt_signal_frame32 (Results 1 – 1 of 1) sorted by relevance
59 struct rt_signal_frame32 { struct60 struct sparc_stackf32 ss;61 compat_siginfo_t info;62 struct pt_regs32 regs;63 compat_sigset_t mask;64 /* __siginfo_fpu_t * */ u32 fpu_save;65 unsigned int insns[2];66 compat_stack_t stack;67 unsigned int extra_size; /* Should be sizeof(siginfo_extra_v8plus_t) */69 siginfo_extra_v8plus_t v8plus;[all …]