Searched defs:sigcontext32 (Results 1 – 3 of 3) sorted by relevance
16 struct sigcontext32 { struct17 __u32 sc_regmask; /* Unused */18 __u32 sc_status; /* Unused */19 __u64 sc_pc;20 __u64 sc_regs[32];21 __u64 sc_fpregs[32];22 __u32 sc_acx; /* Only MIPS32; was sc_ownedfp */23 __u32 sc_fpc_csr;24 __u32 sc_fpc_eir; /* Unused */25 __u32 sc_used_math;[all …]
31 struct sigcontext32 { struct32 unsigned int _unused[4];33 int signal;34 compat_uptr_t handler;35 unsigned int oldmask;36 compat_uptr_t regs; /* 4 byte pointer to the pt_regs32 structure. */
58 struct sigcontext32 { struct59 __u32 oldmask[_COMPAT_NSIG_WORDS];60 __u32 sregs; /* pointer */