HomeSort by: relevance | last modified time | path
    Searched refs:__gregset32_t (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/sparc64/include/
mcontext.h 10 typedef __greg32_t __gregset32_t[_NGREG32]; typedef in typeref:typename:__greg32_t[_NGREG32]
69 __gregset32_t __gregs; /* GPR state */
  /src/sys/arch/amd64/include/
mcontext.h 95 typedef __greg32_t __gregset32_t[_NGREG32]; typedef in typeref:typename:__greg32_t[_NGREG32]
135 __gregset32_t __gregs;
  /src/sys/arch/powerpc/include/
mcontext.h 121 typedef __greg32_t __gregset32_t[_NGREG]; typedef in typeref:typename:__greg32_t[_NGREG]
124 __gregset32_t __gregs; /* General Purpose Register set */
  /src/sys/arch/arm/include/
mcontext.h 46 typedef __greg32_t __gregset32_t[_NGREG32]; typedef in typeref:typename:__greg32_t[_NGREG32]
157 __gregset32_t __gregs;
  /src/sys/arch/riscv/include/
mcontext.h 54 typedef __greg32_t __gregset32_t[_NGREG]; typedef in typeref:typename:__greg32_t[_NGREG]
133 __gregset32_t __gregs; /* General Purpose Register set */
  /src/sys/arch/mips/include/
mcontext.h 136 typedef __greg32_t __gregset32_t[_NGREG]; typedef in typeref:typename:__greg32_t[_NGREG]
139 __gregset32_t __gregs;
  /src/sys/arch/riscv/riscv/
netbsd32_machdep.c 74 // We've worked hard to make sure struct reg32 and __gregset32_t are the same.
77 CTASSERT(sizeof(struct reg32) == sizeof(__gregset32_t));

Completed in 15 milliseconds