Searched defs:sigcontext32 (Results 1 – 5 of 5) sorted by relevance
16 struct sigcontext32 { struct19 __u64 sc_pc;20 __u64 sc_regs[32];21 __u64 sc_fpregs[32];23 __u32 sc_fpc_csr;25 __u32 sc_used_math;27 __u64 sc_mdhi;28 __u64 sc_mdlo;32 __u32 sc_lo2;33 __u32 sc_hi3;[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 */21 int sigc_o0; /* within the trampoline code. */26 int sigc_oswins; /* outstanding windows */29 unsigned int sigc_spbuf[__SUNOS_MAXWIN];[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 */
26 #define sigcontext32 sigcontext macro
Completed in 8 milliseconds