Lines Matching defs:sigcontext
30 struct sigcontext { struct
31 unsigned int sc_regmask;
32 unsigned int sc_status;
34 unsigned long long sc_pc;
35 unsigned long long sc_regs[32];
59 struct sigcontext { struct
60 __u64 sc_regs[32];
61 __u64 sc_fpregs[32];
62 __u64 sc_mdhi;
64 __u64 sc_hi1;
65 __u64 sc_hi2;
66 __u64 sc_hi3;
67 __u64 sc_mdlo;
69 __u64 sc_lo1;
70 __u64 sc_lo2;
71 __u64 sc_lo3;
72 __u64 sc_pc;
74 __u32 sc_fpc_csr;
75 __u32 sc_used_math;
76 __u32 sc_dsp;
77 __u32 sc_reserved;