Searched defs:sigcontext32 (Results 1 – 5 of 5) sorted by relevance
77 struct sigcontext32 { struct78 __u32 sc_regmask; /* Unused */79 __u32 sc_status; /* Unused */80 __u64 sc_pc;81 __u64 sc_regs[32];82 __u64 sc_fpregs[32];83 __u32 sc_acx; /* Only MIPS32; was sc_ownedfp */84 __u32 sc_fpc_csr;85 __u32 sc_fpc_eir; /* Unused */86 __u32 sc_used_math;[all …]
12 struct sigcontext32 { struct13 int sigc_onstack; /* state to restore */14 int sigc_mask; /* sigmask to restore */15 int sigc_sp; /* stack pointer */16 int sigc_pc; /* program counter */17 int sigc_npc; /* next program counter */18 int sigc_psr; /* for condition codes etc */19 int sigc_g1; /* User uses these two registers */20 int sigc_o0; /* within the trampoline code. */25 int sigc_oswins; /* outstanding windows */[all …]
110 struct sigcontext32 { struct111 unsigned int _unused[4];112 int signal;113 compat_uptr_t handler;114 unsigned int oldmask;115 compat_uptr_t regs; /* 4 byte pointer to the pt_regs32 structure. */
322 #define sigcontext32 sigcontext macro
132 struct sigcontext32 struct134 __u32 oldmask[_COMPAT_NSIG_WORDS];135 __u32 sregs; /* pointer */