Searched defs:sigcontext (Results 1 – 12 of 12) sorted by relevance
/l4re-core-master/uclibc/lib/uclibc/ARCH-mips/include/asm/ |
A D | sigcontext.h | 48 * Keep this struct definition in sync with the sigcontext fragment argument 60 __u64 sc_mdhi; 61 __u64 sc_hi1; 62 __u64 sc_hi2; 63 __u64 sc_hi3; 64 __u64 sc_mdlo; 65 __u64 sc_lo1; 66 __u64 sc_lo2; 67 __u64 sc_lo3; 68 __u64 sc_pc; [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/ |
A D | sigcontext.h | 40 struct sigcontext { struct 64 struct sigcontext { argument 68 unsigned long long sc_hi1; 69 unsigned long long sc_hi2; 70 unsigned long long sc_hi3; 72 unsigned long long sc_lo1; 73 unsigned long long sc_lo2; 75 unsigned long long sc_pc; 76 unsigned int sc_fpc_csr; 78 unsigned int sc_dsp; [all …]
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-arm/include/asm/ |
A D | sigcontext.h | 9 struct sigcontext { struct 10 unsigned long trap_no; 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; 19 unsigned long arm_r6; [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/ia64/bits/ |
A D | sigcontext.h | 37 struct sigcontext struct 41 stack_t sc_stack; /* previously active stack */ 43 unsigned long int sc_ip; /* instruction pointer */ 44 unsigned long int sc_cfm; /* current frame marker */ 45 unsigned long int sc_um; /* user mask bits */ 47 unsigned long int sc_ar_bsp; /* backing store pointer */ 53 unsigned long int sc_ar_lc; /* loop count register */ 54 unsigned long int sc_pr; /* predicate registers */ 55 unsigned long int sc_br[8]; /* branch registers */ 60 unsigned long int sc_ar25; /* cmp8xchg16 uses this */ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/xtensa/bits/ |
A D | sigcontext.h | 25 struct sigcontext struct 27 unsigned long sc_pc; 28 unsigned long sc_ps; 29 unsigned long sc_lbeg; 30 unsigned long sc_lend; 31 unsigned long sc_lcount; 32 unsigned long sc_sar; 33 unsigned long sc_acclo; 34 unsigned long sc_acchi; 35 unsigned long sc_a[16]; [all …]
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-amd64/include/asm/ |
A D | sigcontext.h | 16 struct sigcontext { struct 17 unsigned long r8; 18 unsigned long r9; 19 unsigned long r10; 20 unsigned long r11; 21 unsigned long r12; 22 unsigned long r13; 23 unsigned long r14; 24 unsigned long r15; 25 unsigned long rdi; [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/bits/ |
A D | sigcontext.h | 80 struct sigcontext struct 82 unsigned short gs, __gsh; 83 unsigned short fs, __fsh; 84 unsigned short es, __esh; 85 unsigned short ds, __dsh; 86 unsigned long edi; 97 unsigned short cs, __csh; 100 unsigned short ss, __ssh; 124 struct sigcontext argument 126 unsigned long r8; [all …]
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-arm64/include/asm/ |
A D | sigcontext.h | 9 struct sigcontext { struct 10 unsigned long fault_address; 11 unsigned long regs[31]; 12 unsigned long sp; 13 unsigned long pc; 14 unsigned long pstate; 15 unsigned char __reserved[4096] __attribute__((__aligned__(16)));
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-x86/include/asm/ |
A D | sigcontext.h | 42 struct sigcontext { struct 43 unsigned short gs, __gsh; 44 unsigned short fs, __fsh; 45 unsigned short es, __esh; 46 unsigned short ds, __dsh; 47 unsigned long edi; 48 unsigned long esi; 49 unsigned long ebp; 50 unsigned long esp; 58 unsigned short cs, __csh; [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/bits/ |
A D | sigcontext.h | 32 struct sigcontext struct 55 struct sigcontext argument 57 char sigc_info[128]; 59 { 66 } sigc_regs; 67 __siginfo_fpu_t * sigc_fpu_save; 69 { 73 } sigc_stack; 74 unsigned long sigc_mask;
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-sparc/include/asm/ |
A D | sigcontext.h | 33 struct sigcontext struct 56 struct sigcontext argument 58 char sigc_info[128]; 60 { 67 } sigc_regs; 68 __siginfo_fpu_t * sigc_fpu_save; 70 { 74 } sigc_stack; 75 unsigned long sigc_mask;
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-ppc32/include/asm/ |
A D | sigcontext.h | 29 struct sigcontext { struct 30 unsigned long _unused[4]; 31 int signal; 33 int _pad0; 35 unsigned long handler; 36 unsigned long oldmask; 37 struct pt_regs *regs;
|
Completed in 17 milliseconds