Searched defs:sigcontext (Results 1 – 6 of 6) sorted by relevance
10 struct sigcontext { struct11 unsigned long trap_no;12 unsigned long error_code;13 unsigned long oldmask;14 unsigned long arm_r0;15 unsigned long arm_r1;16 unsigned long arm_r2;17 unsigned long arm_r3;18 unsigned long arm_r4;19 unsigned long arm_r5;[all …]
282 # define sigcontext sigcontext_32 macro284 # define sigcontext sigcontext_64 macro300 struct sigcontext { struct301 __u16 gs, __gsh;325 struct sigcontext { argument326 __u64 r8;327 __u64 r9;328 __u64 r10;329 __u64 r11;330 __u64 r12;[all …]
28 struct sigcontext { struct29 __u64 fault_address;31 __u64 regs[31];32 __u64 sp;33 __u64 pc;34 __u64 pstate;36 __u8 __reserved[4096] __attribute__((__aligned__(16)));
62 sighandler (int signal, void *siginfo, void *sigcontext) in sighandler()
54 class sigcontext(Structure): class