Searched defs:sigcontext (Results 1 – 7 of 7) sorted by relevance
21 struct sigcontext { struct22 unsigned int sc_regmask; /* Unused */23 unsigned int sc_status; /* Unused */24 unsigned long long sc_pc;48 * Keep this struct definition in sync with the sigcontext fragment argument57 struct sigcontext { struct58 __u64 sc_regs[32];59 __u64 sc_fpregs[32];60 __u64 sc_mdhi;61 __u64 sc_hi1;[all …]
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 …]
105 struct sigcontext { struct106 unsigned short gs, __gsh;107 unsigned short fs, __fsh;108 unsigned short es, __esh;109 unsigned short ds, __dsh;110 unsigned long edi;111 unsigned long esi;112 unsigned long ebp;113 unsigned long esp;114 unsigned long ebx;[all …]
25 struct sigcontext { struct26 __u64 fault_address;28 __u64 regs[31];29 __u64 sp;30 __u64 pc;31 __u64 pstate;33 __u8 __reserved[4096] __attribute__((__aligned__(16)));
17 sigcontext program
62 sighandler (int signal, void *siginfo, void *sigcontext) in sighandler()
106 struct vki_sigcontext sigcontext; member