Searched defs:sigcontext (Results 1 – 4 of 4) sorted by relevance
9 struct sigcontext { struct10 unsigned long trap_no;11 unsigned long error_code;12 unsigned long oldmask;13 unsigned long arm_r0;14 unsigned long arm_r1;15 unsigned long arm_r2;16 unsigned long arm_r3;17 unsigned long arm_r4;18 unsigned long arm_r5;[all …]
151 struct sigcontext { struct152 __u16 gs, __gsh;176 struct sigcontext { argument177 __u64 r8;178 __u64 r9;179 __u64 r10;180 __u64 r11;181 __u64 r12;182 __u64 r13;183 __u64 r14;[all …]
17 struct sigcontext { struct18 struct user_regs_struct sc_regs;19 union {
11 struct sigcontext { struct12 __u64 fault_address;13 __u64 regs[31];14 __u64 sp;15 __u64 pc;16 __u64 pstate;17 __u8 __reserved[4096] __attribute__((__aligned__(16)));