Home
last modified time | relevance | path

Searched defs:sigcontext (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/asm-mips/asm/
Dsigcontext.h28 struct sigcontext { struct
51 struct sigcontext { argument
52 __u64 sc_regs[32];
53 __u64 sc_fpregs[32];
54 __u64 sc_mdhi;
55 __u64 sc_hi1;
56 __u64 sc_hi2;
57 __u64 sc_hi3;
58 __u64 sc_mdlo;
59 __u64 sc_lo1;
[all …]
/bionic/libc/kernel/uapi/asm-arm/asm/
Dsigcontext.h21 struct sigcontext { struct
22 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 …]
/bionic/libc/kernel/uapi/asm-x86/asm/
Dsigcontext.h163 struct sigcontext { struct
164 __u16 gs, __gsh;
188 struct sigcontext { argument
189 __u64 r8;
190 __u64 r9;
191 __u64 r10;
192 __u64 r11;
193 __u64 r12;
194 __u64 r13;
195 __u64 r14;
[all …]
/bionic/libc/kernel/uapi/asm-arm64/asm/
Dsigcontext.h23 struct sigcontext { struct
24 __u64 fault_address;
25 __u64 regs[31];
26 __u64 sp;
27 __u64 pc;
28 __u64 pstate;
29 __u8 __reserved[4096] __attribute__((__aligned__(16)));