Searched refs:_NGREG (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dmcontext.h40 #define _NGREG 17 /* R0-31, AP, SP, FP, PC, PSL */ macro
43 typedef __greg_t __gregset_t[_NGREG];
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dmcontext.h39 #define _NGREG 22 macro
41 typedef __greg_t __gregset_t[_NGREG];
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dmcontext.h9 #define _NGREG 44 macro
34 typedef __greg_t __gregset_t[_NGREG];
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dmcontext.h44 #define _NGREG 21 /* %ccr, pc, npc, %g1-7, %o0-7, %asi, %fprs */ macro
46 #define _NGREG 19 /* %psr, pc, npc, %g1-7, %o0-7 */ macro
49 typedef __greg_t __gregset_t[_NGREG];
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dreg.h58 long regs[_NGREG];
H A Dmcontext.h43 enum { _FRAME_GREG(GREG_OFFSETS) _NGREG = 26 }; enumerator in enum:__anon5606
47 typedef __greg_t __gregset_t[_NGREG];
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dmcontext.h52 #define _NGREG 19 macro
54 typedef __greg_t __gregset_t[_NGREG];
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dmcontext.h48 #define _NGREG 18 macro
50 typedef __greg_t __gregset_t[_NGREG];
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dmcontext.h38 #define _NGREG 17 macro
40 typedef __greg_t __gregset_t[_NGREG];
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dmcontext.h38 #define _NGREG 34 /* 0-31, PC, PS */ macro
40 typedef __greg_t __gregset_t[_NGREG];
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dmcontext.h38 #define _NGREG 37 /* R0-R31, MDLO, MDHI, CAUSE, PC, SR */ macro
89 typedef __greg_t __gregset_t[_NGREG];
136 typedef __greg32_t __gregset32_t[_NGREG];
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dmcontext.h43 #define _NGREG 39 /* GR0-31, CR, LR, SRR0, SRR1, CTR, XER, MQ */ macro
46 typedef __greg_t __gregset_t[_NGREG];

Completed in 116 milliseconds