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