Searched defs:sigcontext (Results 1 – 10 of 10) sorted by relevance
/development/ndk/platforms/android-L/arch-mips64/include/asm/ |
D | sigcontext.h | 25 struct sigcontext { struct 26 unsigned int sc_regmask; 27 unsigned int sc_status; 29 unsigned long long sc_pc; 30 unsigned long long sc_regs[32]; 54 struct sigcontext { argument 55 __u64 sc_regs[32]; 56 __u64 sc_fpregs[32]; 57 __u64 sc_mdhi; 59 __u64 sc_hi1; [all …]
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | sigcontext.h | 24 struct sigcontext { struct 25 unsigned int sc_regmask; 26 unsigned int sc_status; 27 unsigned long long sc_pc; 52 struct sigcontext { argument 54 __u64 sc_regs[32]; 55 __u64 sc_fpregs[32]; 56 __u64 sc_mdhi; 57 __u64 sc_hi1; 59 __u64 sc_hi2; [all …]
|
/development/ndk/platforms/android-L/arch-mips/include/asm/ |
D | sigcontext.h | 25 struct sigcontext { struct 26 unsigned int sc_regmask; 27 unsigned int sc_status; 29 unsigned long long sc_pc; 30 unsigned long long sc_regs[32]; 54 struct sigcontext { argument 55 __u64 sc_regs[32]; 56 __u64 sc_fpregs[32]; 57 __u64 sc_mdhi; 59 __u64 sc_hi1; [all …]
|
/development/ndk/platforms/android-L/arch-arm/include/asm/ |
D | sigcontext.h | 21 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 …]
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | sigcontext.h | 15 struct sigcontext { struct 16 unsigned long trap_no; 17 unsigned long error_code; 18 unsigned long oldmask; 19 unsigned long arm_r0; 20 unsigned long arm_r1; 21 unsigned long arm_r2; 22 unsigned long arm_r3; 23 unsigned long arm_r4; 24 unsigned long arm_r5; [all …]
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
D | signal.h | 67 struct sigcontext { struct 90 struct sigcontext { argument 91 long sc_onstack; /* sigstack state to restore */ 92 long sc_mask; /* signal mask to restore */ 93 __register_t sc_pc; /* pc at time of signal */ 94 __register_t sc_regs[32]; /* processor regs 0 to 31 */ 95 __register_t mullo; /* mullo and mulhi registers... */ 96 __register_t mulhi; /* mullo and mulhi registers... */ 97 f_register_t sc_fpregs[33]; /* fp regs 0 to 31 and csr */ 98 long sc_fpused; /* fp has been used */ [all …]
|
/development/ndk/platforms/android-L/arch-x86/include/asm/ |
D | sigcontext.h | 81 struct sigcontext { struct 82 unsigned short gs, __gsh; 84 unsigned short fs, __fsh; 85 unsigned short es, __esh; 86 unsigned short ds, __dsh; 87 unsigned long edi; 89 unsigned long esi; 90 unsigned long ebp; 91 unsigned long esp; 92 unsigned long ebx; [all …]
|
/development/ndk/platforms/android-L/arch-x86_64/include/asm/ |
D | sigcontext.h | 81 struct sigcontext { struct 82 unsigned short gs, __gsh; 84 unsigned short fs, __fsh; 85 unsigned short es, __esh; 86 unsigned short ds, __dsh; 87 unsigned long edi; 89 unsigned long esi; 90 unsigned long ebp; 91 unsigned long esp; 92 unsigned long ebx; [all …]
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | sigcontext.h | 62 struct sigcontext { struct 64 unsigned short gs, __gsh; 65 unsigned short fs, __fsh; 66 unsigned short es, __esh; 67 unsigned short ds, __dsh; 69 unsigned long edi; 70 unsigned long esi; 71 unsigned long ebp; 72 unsigned long esp; 74 unsigned long ebx; [all …]
|
/development/ndk/platforms/android-L/arch-arm64/include/asm/ |
D | sigcontext.h | 22 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)));
|