/sysdeps/unix/sysv/linux/microblaze/sys/ |
A D | ucontext.h | 29 # define __ctx(fld) fld macro 31 # define __ctx(fld) __ ## fld macro 38 unsigned long int __ctx(r0); 39 unsigned long int __ctx(r1); 40 unsigned long int __ctx(r2); 41 unsigned long int __ctx(r3); 42 unsigned long int __ctx(r4); 43 unsigned long int __ctx(r5); 75 int __ctx(pt_mode); 76 } __ctx(regs); [all …]
|
/sysdeps/unix/sysv/linux/mips/sys/ |
A D | ucontext.h | 46 # define __ctx(fld) fld macro 59 } __ctx(fp_r); 74 greg_t __ctx(pc); 97 greg_t __ctx(hi1); 98 greg_t __ctx(hi2); 99 greg_t __ctx(hi3); 101 greg_t __ctx(lo1); 102 greg_t __ctx(lo2); 103 greg_t __ctx(lo3); 104 greg_t __ctx(pc); [all …]
|
/sysdeps/unix/sysv/linux/ia64/sys/ |
A D | ucontext.h | 28 # define __ctx(fld) fld macro 30 # define __ctx(fld) __ ## fld macro 43 unsigned long __ctx(bits)[2]; 44 } __ctx(u); 49 unsigned long int __ctx(sc_flags); 50 unsigned long int __ctx(sc_nat); 51 stack_t __ctx(sc_stack); 52 unsigned long int __ctx(sc_ip); 53 unsigned long int __ctx(sc_cfm); 54 unsigned long int __ctx(sc_um); [all …]
|
/sysdeps/unix/sysv/linux/sparc/sys/ |
A D | ucontext.h | 30 # define __ctx(fld) fld macro 32 # define __ctx(fld) __ ## fld macro 77 } __ctx(mcfpu_fregs); 88 mc_gregset_t __ctx(mc_gregs); 89 mc_greg_t __ctx(mc_fp); 90 mc_greg_t __ctx(mc_i7); 91 mc_fpu_t __ctx(mc_fpregs); 217 double __ctx(whole); 219 } __ctx(FQu); 238 } __ctx(fpu_fr); [all …]
|
/sysdeps/unix/sysv/linux/powerpc/sys/ |
A D | ucontext.h | 28 # define __ctx(fld) fld macro 33 struct __ctx(pt_regs); 49 double __ctx(fpregs)[32]; 50 double __ctx(fpscr); 61 unsigned int __ctx(vscr); 67 gregset_t __ctx(gregs); 115 vscr_t __ctx(vscr); 122 int __ctx(signal); 126 struct __ctx(pt_regs) *__ctx(regs); 186 struct __ctx(pt_regs) *__ctx(regs); in __ctx() [all …]
|
/sysdeps/unix/sysv/linux/alpha/sys/ |
A D | ucontext.h | 28 # define __ctx(fld) fld macro 30 # define __ctx(fld) __ ## fld macro 61 long int __ctx(sc_onstack); 62 long int __ctx(sc_mask); 63 long int __ctx(sc_pc); 64 long int __ctx(sc_ps); 65 long int __ctx(sc_regs)[32]; 66 long int __ctx(sc_ownedfp); 67 long int __ctx(sc_fpregs)[32]; 72 char *__ctx(sc_sbase); [all …]
|
/sysdeps/unix/sysv/linux/arm/sys/ |
A D | ucontext.h | 30 # define __ctx(fld) fld macro 32 # define __ctx(fld) __ ## fld macro 111 unsigned long int __ctx(arm_r0); 112 unsigned long int __ctx(arm_r1); 113 unsigned long int __ctx(arm_r2); 114 unsigned long int __ctx(arm_r3); 115 unsigned long int __ctx(arm_r4); 116 unsigned long int __ctx(arm_r5); 117 unsigned long int __ctx(arm_r6); 134 unsigned long __ctx(uc_flags); [all …]
|
/sysdeps/unix/sysv/linux/s390/sys/ |
A D | ucontext.h | 28 # define __ctx(fld) fld macro 30 # define __ctx(fld) __ ## fld macro 36 unsigned long __ctx(mask); 37 unsigned long __ctx(addr); 61 double __ctx(d); 62 float __ctx(f); 68 unsigned int __ctx(fpc); 69 fpreg_t __ctx(fprs)[16]; 75 __psw_t __ctx(psw); 78 fpregset_t __ctx(fpregs); [all …]
|
/sysdeps/unix/sysv/linux/sh/sys/ |
A D | ucontext.h | 91 # define __ctx(fld) fld macro 93 # define __ctx(fld) __ ## fld macro 100 gregset_t __ctx(gregs); 101 unsigned int __ctx(pc); 102 unsigned int __ctx(pr); 103 unsigned int __ctx(sr); 104 unsigned int __ctx(gbr); 105 unsigned int __ctx(mach); 106 unsigned int __ctx(macl); 107 fpregset_t __ctx(fpregs); [all …]
|
/sysdeps/unix/sysv/linux/x86/sys/ |
A D | ucontext.h | 29 # define __ctx(fld) fld macro 31 # define __ctx(fld) __ ## fld macro 116 __uint16_t __ctx(cwd); 117 __uint16_t __ctx(swd); 118 __uint16_t __ctx(ftw); 119 __uint16_t __ctx(fop); 120 __uint64_t __ctx(rip); 121 __uint64_t __ctx(rdp); 122 __uint32_t __ctx(mxcsr); 135 gregset_t __ctx(gregs); [all …]
|
/sysdeps/unix/sysv/linux/hppa/sys/ |
A D | ucontext.h | 30 # define __ctx(fld) fld macro 32 # define __ctx(fld) __ ## fld macro 62 unsigned long int __ctx(sc_flags); 63 unsigned long int __ctx(sc_gr)[32]; 64 unsigned long long int __ctx(sc_fr)[32]; 65 unsigned long int __ctx(sc_iasq)[2]; 66 unsigned long int __ctx(sc_iaoq)[2]; 67 unsigned long int __ctx(sc_sar); 73 unsigned long int __ctx(uc_flags); 80 #undef __ctx
|
/sysdeps/unix/sysv/linux/aarch64/sys/ |
A D | ucontext.h | 30 # define __ctx(fld) fld macro 32 # define __ctx(fld) __ ## fld macro 54 unsigned long long int __ctx(fault_address); 55 unsigned long long int __ctx(regs)[31]; 56 unsigned long long int __ctx(sp); 57 unsigned long long int __ctx(pc); 58 unsigned long long int __ctx(pstate); 69 unsigned long __ctx(uc_flags); 76 #undef __ctx
|
/sysdeps/i386/sys/ |
A D | ucontext.h | 87 # define __ctx(fld) fld macro 90 # define __ctx(fld) __ ## fld macro 101 int __ctx(state)[27]; in __ctxt() 102 int __ctx(status); in __ctxt() 103 } __ctx(fpchip_state); in __ctxt() 108 char __ctx(fp_epad)[2]; in __ctxt() 109 } __ctx(fp_emul_space); in __ctxt() 111 int __ctx(f_fpregs)[62]; 112 } __ctx(fp_reg_set); 120 gregset_t __ctx(gregs); [all …]
|
/sysdeps/unix/sysv/linux/m68k/sys/ |
A D | ucontext.h | 87 # define __ctx(fld) fld macro 89 # define __ctx(fld) __ ## fld macro 95 int __ctx(f_pcr); 96 int __ctx(f_psr); 97 int __ctx(f_fpiaddr); 99 int __ctx(f_fpregs)[8][2]; 101 int __ctx(f_fpregs)[8][3]; 108 int __ctx(version); 109 gregset_t __ctx(gregs); 110 fpregset_t __ctx(fpregs); [all …]
|
/sysdeps/unix/sysv/linux/nios2/sys/ |
A D | ucontext.h | 37 # define __ctx(fld) fld macro 39 # define __ctx(fld) __ ## fld macro 45 int __ctx(version); 46 unsigned long __ctx(regs)[32]; 52 unsigned long __ctx(uc_flags); 59 #undef __ctx
|
/sysdeps/mips/sys/ |
A D | ucontext.h | 128 # define __ctx(fld) fld macro 130 # define __ctx(fld) __ ## fld macro 139 double __ctx(fp_dregs)[16]; 140 float __ctx(fp_fregs)[32]; 147 } __ctx(fp_r); 148 unsigned int __ctx(fp_csr); 149 unsigned int __ctx(fp_pad); 155 gregset_t __ctx(gpregs); 156 fpregset_t __ctx(fpregs); 165 __uint64_t __ctx(uc_flags); [all …]
|
/sysdeps/generic/sys/ |
A D | ucontext.h | 37 # define __ctx(fld) fld macro 39 # define __ctx(fld) __ ## fld macro 45 unsigned long int __ctx(uc_flags); 52 #undef __ctx
|
/sysdeps/arm/sys/ |
A D | ucontext.h | 80 # define __ctx(fld) fld macro 82 # define __ctx(fld) __ ## fld macro 93 gregset_t __ctx(gregs); 94 fpregset_t __ctx(fpregs); 100 unsigned long int __ctx(uc_flags); 108 #undef __ctx
|
/sysdeps/m68k/sys/ |
A D | ucontext.h | 96 # define __ctx(fld) fld macro 98 # define __ctx(fld) __ ## fld macro 104 int __ctx(version); 105 gregset_t __ctx(gregs); 115 unsigned long int __ctx(uc_flags); 123 #undef __ctx
|
/sysdeps/unix/sysv/linux/csky/sys/ |
A D | ucontext.h | 86 #undef __ctx
|