Searched defs:sigcontext (Results 1 – 7 of 7) sorted by relevance
34 struct sigcontext { struct35 unsigned int sc_regmask; /* Unused */36 unsigned int sc_status; /* Unused */37 unsigned long long sc_pc;61 * Keep this struct definition in sync with the sigcontext fragment argument70 struct sigcontext { struct71 __u64 sc_regs[32];72 __u64 sc_fpregs[32];73 __u64 sc_mdhi;74 __u64 sc_hi1;[all …]
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