HomeSort by: relevance | last modified time | path
    Searched defs:__greg_t (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/ia64/include/
mcontext.h 45 typedef unsigned long __greg_t; typedef in typeref:typename:unsigned long
46 typedef __greg_t __gregset_t[_NGREG];
  /src/sys/arch/vax/include/
mcontext.h 42 typedef int __greg_t; typedef in typeref:typename:int
43 typedef __greg_t __gregset_t[_NGREG];
  /src/sys/arch/alpha/include/
mcontext.h 39 typedef unsigned long __greg_t; typedef in typeref:typename:unsigned long
40 typedef __greg_t __gregset_t[_NGREG];
  /src/sys/arch/amd64/include/
mcontext.h 46 typedef unsigned long __greg_t; typedef in typeref:typename:unsigned long
47 typedef __greg_t __gregset_t[_NGREG];
63 __greg_t _mc_tlsbase;
  /src/sys/arch/i386/include/
mcontext.h 53 typedef int __greg_t; typedef in typeref:typename:int
54 typedef __greg_t __gregset_t[_NGREG];
96 __greg_t _mc_tlsbase;
  /src/sys/arch/m68k/include/
mcontext.h 49 typedef int __greg_t; typedef in typeref:typename:int
50 typedef __greg_t __gregset_t[_NGREG];
95 __greg_t _mc_tlsbase;
  /src/sys/arch/or1k/include/
mcontext.h 39 typedef __int64_t __greg_t; typedef in typeref:typename:__int64_t
40 typedef __greg_t __gregset_t[_NGREG];
84 __greg_t __spare[8]; /* future proof */
  /src/sys/arch/sh3/include/
mcontext.h 72 typedef int __greg_t; typedef in typeref:typename:int
73 typedef __greg_t __gregset_t[_NGREG];
  /src/sys/arch/hppa/include/
mcontext.h 65 typedef unsigned long __greg_t; typedef in typeref:typename:unsigned long
66 typedef __greg_t __gregset_t[_NGREG];
  /src/sys/arch/powerpc/include/
mcontext.h 45 typedef long __greg_t; typedef in typeref:typename:long
46 typedef __greg_t __gregset_t[_NGREG];
  /src/sys/arch/sparc/include/
mcontext.h 49 typedef long int __greg_t; typedef in typeref:typename:long int
50 typedef __greg_t __gregset_t[_NGREG];
81 __greg_t __rw_local[8]; /* %l0-7 */
82 __greg_t __rw_in[8]; /* %i0-7 */
88 __greg_t * __spbuf[_SPARC_MAXREGWINDOW];
149 #define _UC_MACHINE_FP(uc) (((__greg_t *)_UC_MACHINE_SP(uc))[15])
153 #define _UC_MACHINE_FP(uc) (((__greg_t *)_UC_MACHINE_SP(uc))[15])
  /src/sys/arch/riscv/include/
mcontext.h 51 typedef long __greg_t; typedef in typeref:typename:long
52 typedef __greg_t __gregset_t[_NGREG];
129 __greg_t __spare[7]; /* future proof */
  /src/sys/arch/mips/include/
mcontext.h 84 typedef long long __greg_t; typedef in typeref:typename:long long
86 typedef long __greg_t; typedef in typeref:typename:long
89 typedef __greg_t __gregset_t[_NGREG];
97 typedef __greg_t __freg_t;
107 __greg_t __fp_csr;
128 __greg_t _mc_tlsbase;
130 __greg_t __mc_unused;
148 __greg_t _mc_tlsbase;
  /src/sys/arch/arm/include/
mcontext.h 43 typedef __uint64_t __greg_t; typedef in typeref:typename:__uint64_t
49 typedef unsigned int __greg_t; typedef in typeref:typename:unsigned int
52 typedef __greg_t __gregset_t[_NGREG];
166 __greg_t __spare[8]; /* future proof */
198 __greg_t _mc_tlsbase;
199 __greg_t _mc_user_tpid;

Completed in 16 milliseconds