Searched defs:sigcontext (Results 1 – 4 of 4) sorted by relevance
28 struct sigcontext { struct51 struct sigcontext { argument52 __u64 sc_regs[32];53 __u64 sc_fpregs[32];54 __u64 sc_mdhi;55 __u64 sc_hi1;56 __u64 sc_hi2;57 __u64 sc_hi3;58 __u64 sc_mdlo;59 __u64 sc_lo1;[all …]
21 struct sigcontext { struct22 unsigned long trap_no;23 unsigned long error_code;24 unsigned long oldmask;25 unsigned long arm_r0;26 unsigned long arm_r1;27 unsigned long arm_r2;28 unsigned long arm_r3;29 unsigned long arm_r4;30 unsigned long arm_r5;[all …]
163 struct sigcontext { struct164 __u16 gs, __gsh;188 struct sigcontext { argument189 __u64 r8;190 __u64 r9;191 __u64 r10;192 __u64 r11;193 __u64 r12;194 __u64 r13;195 __u64 r14;[all …]
23 struct sigcontext { struct24 __u64 fault_address;25 __u64 regs[31];26 __u64 sp;27 __u64 pc;28 __u64 pstate;29 __u8 __reserved[4096] __attribute__((__aligned__(16)));