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

  /src/sys/arch/amd64/include/
mcontext.h 94 typedef unsigned int __greg32_t; typedef
95 typedef __greg32_t __gregset32_t[_NGREG32];
  /src/sys/arch/sparc64/include/
mcontext.h 9 typedef int __greg32_t; typedef
10 typedef __greg32_t __gregset32_t[_NGREG32];
38 __greg32_t __rw_local[8]; /* %l0-7 */
39 __greg32_t __rw_in[8]; /* %i0-7 */
81 #define _UC_MACHINE32_FP(uc) (((__greg32_t *)_UC_MACHINE32_SP(uc))[15])
  /src/sys/arch/mips/include/
mcontext.h 135 typedef __int32_t __greg32_t; typedef
136 typedef __greg32_t __gregset32_t[_NGREG];
141 __greg32_t _mc_tlsbase;
142 __greg32_t __mc_unused;
  /src/sys/arch/powerpc/include/
mcontext.h 120 typedef int __greg32_t; typedef
121 typedef __greg32_t __gregset32_t[_NGREG];
  /src/sys/arch/arm/include/
mcontext.h 44 typedef unsigned int __greg32_t; typedef
46 typedef __greg32_t __gregset32_t[_NGREG32];
159 __greg32_t _mc_tlsbase;
160 __greg32_t _mc_user_tpid;
  /src/sys/arch/riscv/include/
mcontext.h 53 typedef __uint32_t __greg32_t; typedef
54 typedef __greg32_t __gregset32_t[_NGREG];
135 __greg32_t __spare[7]; /* future proof */

Completed in 16 milliseconds