Searched defs:sigcontext (Results 1 – 4 of 4) sorted by relevance
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 …]
22 struct sigcontext { struct23 struct user_regs_struct sc_regs;24 union __riscv_fp_state sc_fpregs;
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)));