/sysdeps/unix/sysv/linux/mips/sys/ |
A D | ucontext.h | 74 greg_t __ctx(pc); 82 greg_t __ctx(mdhi); 83 greg_t __ctx(mdlo); 96 greg_t __ctx(mdhi); 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); [all …]
|
/sysdeps/unix/sysv/linux/sparc/sparc32/ |
A D | ucontext_i.sym | 19 GREG_PSR (REG_PSR * sizeof(greg_t)) 20 GREG_PC (REG_PC * sizeof(greg_t)) 21 GREG_NPC (REG_nPC * sizeof(greg_t)) 22 GREG_Y (REG_Y * sizeof(greg_t)) 23 GREG_G1 (REG_G1 * sizeof(greg_t)) 24 GREG_G2 (REG_G2 * sizeof(greg_t)) 25 GREG_G3 (REG_G3 * sizeof(greg_t)) 26 GREG_G4 (REG_G4 * sizeof(greg_t)) 27 GREG_G5 (REG_G5 * sizeof(greg_t)) 28 GREG_G6 (REG_G6 * sizeof(greg_t)) [all …]
|
/sysdeps/unix/sysv/linux/x86_64/ |
A D | makecontext.c | 61 greg_t *sp; in __makecontext() 67 sp = (greg_t *) ((uintptr_t) ucp->uc_stack.ss_sp in __makecontext() 71 sp = (greg_t *) ((((uintptr_t) sp) & -16L) - 8); in __makecontext() 129 ucp->uc_mcontext.gregs[REG_RDI] = va_arg (ap, greg_t); in __makecontext() 132 ucp->uc_mcontext.gregs[REG_RSI] = va_arg (ap, greg_t); in __makecontext() 135 ucp->uc_mcontext.gregs[REG_RDX] = va_arg (ap, greg_t); in __makecontext() 138 ucp->uc_mcontext.gregs[REG_RCX] = va_arg (ap, greg_t); in __makecontext() 141 ucp->uc_mcontext.gregs[REG_R8] = va_arg (ap, greg_t); in __makecontext() 144 ucp->uc_mcontext.gregs[REG_R9] = va_arg (ap, greg_t); in __makecontext() 148 sp[i - 5] = va_arg (ap, greg_t); in __makecontext()
|
/sysdeps/unix/sysv/linux/hppa/sys/ |
A D | ucontext.h | 37 typedef unsigned long int greg_t; typedef 46 greg_t g_regs[32]; 47 greg_t sr_regs[8]; 48 greg_t cr_regs[24]; 49 greg_t g_pad[16];
|
/sysdeps/unix/sysv/linux/s390/sys/ |
A D | ucontext.h | 41 typedef unsigned long greg_t; typedef 57 typedef greg_t gregset_t[__NGREG] __attribute__ ((__aligned__(8)));
|
/sysdeps/unix/sysv/linux/sparc/sys/ |
A D | ucontext.h | 149 typedef long greg_t; typedef 157 typedef int greg_t; typedef 161 typedef greg_t gregset_t[__NGREG]; 176 greg_t __ctx(rw_local)[8]; /* locals */ 177 greg_t __ctx(rw_in)[8]; /* ins */
|
/sysdeps/unix/sysv/linux/alpha/sys/ |
A D | ucontext.h | 34 typedef long int greg_t; typedef 43 typedef greg_t gregset_t[__NGREG];
|
/sysdeps/unix/sysv/linux/s390/bits/ |
A D | procfs.h | 25 typedef greg_t elf_greg_t;
|
/sysdeps/arm/sys/ |
A D | ucontext.h | 29 typedef int greg_t; typedef 38 typedef greg_t gregset_t[__NGREG];
|
/sysdeps/mips/sys/ |
A D | ucontext.h | 34 typedef __uint32_t greg_t; typedef 36 typedef __uint64_t greg_t; typedef 46 typedef greg_t gregset_t[__NGREG];
|
/sysdeps/unix/sysv/linux/ia64/bits/ |
A D | procfs.h | 38 typedef elf_greg_t greg_t; typedef
|
/sysdeps/unix/sysv/linux/x86/sys/ |
A D | ucontext.h | 37 __extension__ typedef long long int greg_t; typedef 46 typedef greg_t gregset_t[__NGREG]; 156 typedef int greg_t; typedef 165 typedef greg_t gregset_t[__NGREG];
|
/sysdeps/m68k/sys/ |
A D | ucontext.h | 30 typedef int greg_t; typedef 39 typedef greg_t gregset_t[__NGREG];
|
/sysdeps/unix/sysv/linux/m68k/sys/ |
A D | ucontext.h | 30 typedef int greg_t; typedef 39 typedef greg_t gregset_t[__NGREG];
|
/sysdeps/unix/sysv/linux/sh/sys/ |
A D | ucontext.h | 29 typedef int greg_t; typedef 38 typedef greg_t gregset_t[__NGREG];
|
/sysdeps/i386/sys/ |
A D | ucontext.h | 30 typedef int greg_t; typedef 39 typedef greg_t gregset_t[__NGREG];
|
/sysdeps/unix/sysv/linux/arm/sys/ |
A D | ucontext.h | 36 typedef int greg_t; typedef 42 typedef greg_t gregset_t[NGREG];
|
/sysdeps/unix/sysv/linux/aarch64/sys/ |
A D | ucontext.h | 39 typedef elf_greg_t greg_t; typedef
|
/sysdeps/unix/sysv/linux/riscv/sys/ |
A D | ucontext.h | 44 typedef unsigned long int greg_t; typedef
|