Searched defs:sigcontext32 (Results 1 – 5 of 5) 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 …]
13 struct sigcontext32 { struct14 int sigc_onstack; /* state to restore */15 int sigc_mask; /* sigmask to restore */16 int sigc_sp; /* stack pointer */17 int sigc_pc; /* program counter */18 int sigc_npc; /* next program counter */19 int sigc_psr; /* for condition codes etc */20 int sigc_g1; /* User uses these two registers */21 int sigc_o0; /* within the trampoline code. */26 int sigc_oswins; /* outstanding windows */[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. */
67 struct sigcontext32 struct69 __u32 oldmask[_COMPAT_NSIG_WORDS];70 __u32 sregs; /* pointer */
338 #define sigcontext32 sigcontext macro