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