Home
last modified time | relevance | path

Searched refs:greg_t (Results 1 – 19 of 19) sorted by relevance

/sysdeps/unix/sysv/linux/mips/sys/
A Ducontext.h74 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 Ducontext_i.sym19 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 Dmakecontext.c61 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 Ducontext.h37 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 Ducontext.h41 typedef unsigned long greg_t; typedef
57 typedef greg_t gregset_t[__NGREG] __attribute__ ((__aligned__(8)));
/sysdeps/unix/sysv/linux/sparc/sys/
A Ducontext.h149 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 Ducontext.h34 typedef long int greg_t; typedef
43 typedef greg_t gregset_t[__NGREG];
/sysdeps/unix/sysv/linux/s390/bits/
A Dprocfs.h25 typedef greg_t elf_greg_t;
/sysdeps/arm/sys/
A Ducontext.h29 typedef int greg_t; typedef
38 typedef greg_t gregset_t[__NGREG];
/sysdeps/mips/sys/
A Ducontext.h34 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 Dprocfs.h38 typedef elf_greg_t greg_t; typedef
/sysdeps/unix/sysv/linux/x86/sys/
A Ducontext.h37 __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 Ducontext.h30 typedef int greg_t; typedef
39 typedef greg_t gregset_t[__NGREG];
/sysdeps/unix/sysv/linux/m68k/sys/
A Ducontext.h30 typedef int greg_t; typedef
39 typedef greg_t gregset_t[__NGREG];
/sysdeps/unix/sysv/linux/sh/sys/
A Ducontext.h29 typedef int greg_t; typedef
38 typedef greg_t gregset_t[__NGREG];
/sysdeps/i386/sys/
A Ducontext.h30 typedef int greg_t; typedef
39 typedef greg_t gregset_t[__NGREG];
/sysdeps/unix/sysv/linux/arm/sys/
A Ducontext.h36 typedef int greg_t; typedef
42 typedef greg_t gregset_t[NGREG];
/sysdeps/unix/sysv/linux/aarch64/sys/
A Ducontext.h39 typedef elf_greg_t greg_t; typedef
/sysdeps/unix/sysv/linux/riscv/sys/
A Ducontext.h44 typedef unsigned long int greg_t; typedef

Completed in 47 milliseconds