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.h30 struct sigcontext { struct
31 unsigned int sc_regmask;
32 unsigned int sc_status;
34 unsigned long long sc_pc;
35 unsigned long long sc_regs[32];
59 struct sigcontext { argument
60 __u64 sc_regs[32];
61 __u64 sc_fpregs[32];
62 __u64 sc_mdhi;
64 __u64 sc_hi1;
[all …]
/bionic/libc/kernel/uapi/asm-arm/asm/
Dsigcontext.h21 struct sigcontext { struct
22 unsigned long trap_no;
24 unsigned long error_code;
25 unsigned long oldmask;
26 unsigned long arm_r0;
27 unsigned long arm_r1;
29 unsigned long arm_r2;
30 unsigned long arm_r3;
31 unsigned long arm_r4;
32 unsigned long arm_r5;
[all …]
/bionic/libc/kernel/uapi/asm-x86/asm/
Dsigcontext.h199 struct sigcontext { struct
200 __u16 gs, __gsh;
201 __u16 fs, __fsh;
202 __u16 es, __esh;
204 __u16 ds, __dsh;
205 __u32 edi;
206 __u32 esi;
230 struct sigcontext { argument
231 __u64 r8;
232 __u64 r9;
[all …]
/bionic/libc/kernel/uapi/asm-arm64/asm/
Dsigcontext.h22 struct sigcontext { struct
24 __u64 fault_address;
25 __u64 regs[31];
26 __u64 sp;
27 __u64 pc;
29 __u64 pstate;
30 __u8 __reserved[4096] __attribute__((__aligned__(16)));