Symbol: __greg_t
lib/libc/arch/aarch64/gen/_lwp.c
59
u->uc_mcontext.__gregs[_REG_X0] = (__greg_t)(uintptr_t)arg;
lib/libc/arch/aarch64/gen/_lwp.c
60
u->uc_mcontext.__gregs[_REG_SP] = ((__greg_t)sp) & -16;
lib/libc/arch/aarch64/gen/_lwp.c
61
u->uc_mcontext.__gregs[_REG_LR] = (__greg_t)(uintptr_t)_lwp_exit;
lib/libc/arch/aarch64/gen/_lwp.c
62
u->uc_mcontext.__gregs[_REG_PC] = (__greg_t)(uintptr_t)start;
lib/libc/arch/aarch64/gen/_lwp.c
63
u->uc_mcontext.__gregs[_REG_TPIDR] = (__greg_t)(uintptr_t)private;
lib/libc/arch/aarch64/gen/makecontext.c
47
__greg_t * const gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/aarch64/gen/makecontext.c
56
gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
lib/libc/arch/aarch64/gen/makecontext.c
60
gr[_REG_X30] = (__greg_t)(uintptr_t)_resumecontext;
lib/libc/arch/aarch64/gen/makecontext.c
61
gr[_REG_PC] = (__greg_t)(uintptr_t)func;
lib/libc/arch/aarch64/gen/makecontext.c
68
gr[_REG_X0 + i] = va_arg(ap, __greg_t);
lib/libc/arch/alpha/gen/_lwp.c
50
__greg_t *gr;
lib/libc/arch/alpha/gen/makecontext.c
51
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/alpha/gen/makecontext.c
64
gr[_REG_SP] = (__greg_t)sp;
lib/libc/arch/alpha/gen/makecontext.c
66
gr[_REG_RA] = (__greg_t)__resumecontext;
lib/libc/arch/alpha/gen/makecontext.c
67
gr[_REG_PC] = (__greg_t)func;
lib/libc/arch/alpha/gen/makecontext.c
68
gr[_REG_PV] = (__greg_t)func;
lib/libc/arch/arm/gen/_lwp.c
66
u->uc_mcontext.__gregs[_REG_R0] = (__greg_t)(uintptr_t)arg;
lib/libc/arch/arm/gen/_lwp.c
67
u->uc_mcontext.__gregs[_REG_SP] = ((__greg_t)sp) & ~7;
lib/libc/arch/arm/gen/_lwp.c
68
u->uc_mcontext.__gregs[_REG_LR] = (__greg_t)(uintptr_t)_lwp_exit;
lib/libc/arch/arm/gen/_lwp.c
69
u->uc_mcontext.__gregs[_REG_PC] = (__greg_t)(uintptr_t)start;
lib/libc/arch/arm/gen/_lwp.c
70
u->uc_mcontext._mc_tlsbase = (__greg_t)(uintptr_t)private;
lib/libc/arch/arm/gen/makecontext.c
47
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/arm/gen/makecontext.c
58
gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
lib/libc/arch/arm/gen/makecontext.c
62
gr[_REG_LR] = (__greg_t)(uintptr_t)_resumecontext;
lib/libc/arch/arm/gen/makecontext.c
63
gr[_REG_PC] = (__greg_t)(uintptr_t)func;
lib/libc/arch/hppa/gen/_lwp.c
53
__greg_t *gr;
lib/libc/arch/hppa/gen/_lwp.c
54
__greg_t *gp;
lib/libc/arch/hppa/gen/_lwp.c
55
__greg_t fp;
lib/libc/arch/hppa/gen/_lwp.c
66
fp = (__greg_t)start;
lib/libc/arch/hppa/gen/_lwp.c
68
gp = (__greg_t *)(fp & ~3);
lib/libc/arch/hppa/gen/_lwp.c
74
gr[_REG_RP] = (__greg_t) _lwp_exit;
lib/libc/arch/hppa/gen/_lwp.c
75
gr[_REG_ARG0] = (__greg_t) arg;
lib/libc/arch/hppa/gen/_lwp.c
76
gr[_REG_SP] = (__greg_t) sp;
lib/libc/arch/hppa/gen/_lwp.c
77
gr[_REG_CR27] = (__greg_t) private;
lib/libc/arch/hppa/gen/makecontext.c
54
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/hppa/gen/makecontext.c
55
__greg_t *gp, rp, fp;
lib/libc/arch/hppa/gen/makecontext.c
56
register __greg_t dp __asm("r27");
lib/libc/arch/hppa/gen/makecontext.c
70
gr[_REG_SP] = (__greg_t)sp;
lib/libc/arch/hppa/gen/makecontext.c
71
rp = (__greg_t)__resumecontext;
lib/libc/arch/hppa/gen/makecontext.c
73
gp = (__greg_t *)(rp & ~3);
lib/libc/arch/hppa/gen/makecontext.c
78
fp = (__greg_t)func;
lib/libc/arch/hppa/gen/makecontext.c
80
gp = (__greg_t *)(fp & ~3);
lib/libc/arch/i386/gen/makecontext.c
60
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/i386/gen/makecontext.c
65
gr[_REG_EIP] = (__greg_t)func;
lib/libc/arch/i386/gen/makecontext.c
75
gr[_REG_UESP] = (__greg_t)sp;
lib/libc/arch/i386/gen/makecontext.c
76
gr[_REG_EBP] = (__greg_t)0; /* Wipe out frame pointer. */
lib/libc/arch/ia64/gen/_lwp.c
48
__greg_t *gr;
lib/libc/arch/m68k/gen/longjmp.c
44
__greg_t __data[6];
lib/libc/arch/m68k/gen/longjmp.c
45
__greg_t __addr[4];
lib/libc/arch/m68k/gen/makecontext.c
51
mcp->__gregs[_REG_PC] = (__greg_t)func;
lib/libc/arch/m68k/gen/makecontext.c
56
mcp->__gregs[_REG_A7] = (__greg_t)sp;
lib/libc/arch/mips/gen/_lwp.c
59
__greg_t *gr;
lib/libc/arch/mips/gen/makecontext.c
51
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/mips/gen/makecontext.c
52
__greg_t *sp;
lib/libc/arch/mips/gen/makecontext.c
57
sp = (__greg_t *)
lib/libc/arch/mips/gen/makecontext.c
65
sp = (__greg_t *)((uintptr_t)sp & ~STACK_ALIGNBYTES);
lib/libc/arch/mips/gen/makecontext.c
78
gr[_REG_A0 + i] = va_arg(ap, __greg_t);
lib/libc/arch/mips/gen/makecontext.c
86
gr[_REG_A0 + i] = va_arg(ap, __greg_t);
lib/libc/arch/mips/gen/makecontext.c
91
*sp++ = va_arg(ap, __greg_t);
lib/libc/arch/or1k/gen/makecontext.c
51
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/powerpc/gen/makecontext.c
51
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/powerpc/gen/makecontext.c
68
gr[_REG_R1] = (__greg_t)sp;
lib/libc/arch/powerpc/gen/makecontext.c
69
gr[_REG_LR] = (__greg_t)_resumecontext;
lib/libc/arch/powerpc/gen/makecontext.c
70
gr[_REG_PC] = (__greg_t)func;
lib/libc/arch/powerpc64/gen/_lwp.c
64
u->uc_mcontext.__gregs[3] = (__greg_t) arg; /* arg1 */
lib/libc/arch/powerpc64/gen/_lwp.c
65
u->uc_mcontext.__gregs[1] = ((__greg_t) sp) - 112; /* stack */
lib/libc/arch/powerpc64/gen/_lwp.c
66
u->uc_mcontext.__gregs[33] = (__greg_t) _lwp_exit; /* LR */
lib/libc/arch/powerpc64/gen/_lwp.c
67
u->uc_mcontext.__gregs[34] = (__greg_t) start; /* PC */
lib/libc/arch/powerpc64/gen/makecontext.c
51
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/powerpc64/gen/makecontext.c
52
__greg_t sp, *spp;
lib/libc/arch/powerpc64/gen/makecontext.c
56
sp = (__greg_t) ((uintptr_t)ucp->uc_stack.ss_sp
lib/libc/arch/powerpc64/gen/makecontext.c
59
sp = (__greg_t) ((uintptr_t)sp & ~0xf);
lib/libc/arch/powerpc64/gen/makecontext.c
66
gr[_REG_LR] = (__greg_t)_resumecontext;
lib/libc/arch/powerpc64/gen/makecontext.c
67
gr[_REG_PC] = (__greg_t)func; // XXX -- this is the descriptor address!
lib/libc/arch/powerpc64/gen/makecontext.c
70
spp = (__greg_t *)sp;
lib/libc/arch/riscv/gen/makecontext.c
51
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/riscv/gen/makecontext.c
78
gr[_REG_A0 + i] = va_arg(ap, __greg_t);
lib/libc/arch/sh3/gen/_lwp.c
63
u->uc_mcontext.__gregs[_REG_R4] = (__greg_t) arg;
lib/libc/arch/sh3/gen/_lwp.c
64
u->uc_mcontext.__gregs[_REG_SP] = ((__greg_t) sp) & ~3;
lib/libc/arch/sh3/gen/_lwp.c
65
u->uc_mcontext.__gregs[_REG_PR] = (__greg_t) _lwp_exit;
lib/libc/arch/sh3/gen/_lwp.c
66
u->uc_mcontext.__gregs[_REG_PC] = (__greg_t) start;
lib/libc/arch/sh3/gen/_lwp.c
67
u->uc_mcontext.__gregs[_REG_GBR] = (__greg_t) private;
lib/libc/arch/sh3/gen/makecontext.c
47
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/sh3/gen/makecontext.c
58
gr[_REG_SP] = (__greg_t)sp;
lib/libc/arch/sh3/gen/makecontext.c
60
gr[_REG_PR] = (__greg_t)_resumecontext;
lib/libc/arch/sh3/gen/makecontext.c
61
gr[_REG_PC] = (__greg_t)func;
lib/libc/arch/sparc/gen/_lwp.c
47
__greg_t *gr;
lib/libc/arch/sparc/gen/makecontext.c
49
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/sparc/gen/makecontext.c
64
gr[_REG_O6] = (__greg_t)sp;
lib/libc/arch/sparc/gen/makecontext.c
65
gr[_REG_PC] = (__greg_t)func;
lib/libc/arch/sparc/gen/makecontext.c
66
gr[_REG_nPC] = (__greg_t)func + 4;
lib/libc/arch/sparc/gen/makecontext.c
67
gr[_REG_O7] = (__greg_t)_resumecontext - 8;
lib/libc/arch/sparc/gen/sparc_longjmp.h
39
__greg_t g4;
lib/libc/arch/sparc/gen/sparc_longjmp.h
40
__greg_t g7;
lib/libc/arch/sparc64/gen/_lwp.c
45
__greg_t *gr;
lib/libc/arch/sparc64/gen/longjmp.c
46
__greg_t g3;
lib/libc/arch/sparc64/gen/longjmp.c
47
__greg_t g6;
lib/libc/arch/sparc64/gen/longjmp.c
48
__greg_t g7;
lib/libc/arch/sparc64/gen/longjmp.c
49
__greg_t dummy;
lib/libc/arch/sparc64/gen/longjmp.c
50
__greg_t save_mask;
lib/libc/arch/sparc64/gen/makecontext.c
48
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/sparc64/gen/makecontext.c
78
gr[_REG_O6] = (__greg_t)sp;
lib/libc/arch/sparc64/gen/makecontext.c
79
gr[_REG_PC] = (__greg_t)func;
lib/libc/arch/sparc64/gen/makecontext.c
80
gr[_REG_nPC] = (__greg_t)func + 4;
lib/libc/arch/sparc64/gen/makecontext.c
81
gr[_REG_O7] = (__greg_t)_resumecontext - 8;
lib/libc/arch/vax/gen/_lwp.c
48
__greg_t *gr = u->uc_mcontext.__gregs;
lib/libc/arch/vax/gen/_lwp.c
75
gr[_REG_AP] = (__greg_t)(uintptr_t)(sp + 5);
lib/libc/arch/vax/gen/_lwp.c
76
gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
lib/libc/arch/vax/gen/_lwp.c
77
gr[_REG_FP] = (__greg_t)(uintptr_t)sp;
lib/libc/arch/vax/gen/_lwp.c
78
gr[_REG_PC] = (__greg_t)(uintptr_t)start + 2;
lib/libc/arch/vax/gen/_lwp.c
85
gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
lib/libc/arch/vax/gen/makecontext.c
47
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/vax/gen/makecontext.c
74
gr[_REG_AP] = (__greg_t)(uintptr_t)(sp + 5);
lib/libc/arch/vax/gen/makecontext.c
75
gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
lib/libc/arch/vax/gen/makecontext.c
76
gr[_REG_FP] = (__greg_t)(uintptr_t)sp;
lib/libc/arch/vax/gen/makecontext.c
77
gr[_REG_PC] = (__greg_t)(uintptr_t)func+2;
lib/libc/arch/x86_64/gen/_lwp.c
48
__greg_t *gr = u->uc_mcontext.__gregs;
lib/libc/arch/x86_64/gen/_lwp.c
63
gr[_REG_RDI] = (__greg_t)arg;
lib/libc/arch/x86_64/gen/makecontext.c
50
__greg_t *gr = ucp->uc_mcontext.__gregs;
lib/libc/arch/x86_64/gen/makecontext.c
58
gr[_REG_RIP] = (__greg_t)func;
lib/libc/arch/x86_64/gen/makecontext.c
70
gr[_REG_RSP] = (__greg_t)sp;
lib/libc/arch/x86_64/gen/makecontext.c
71
gr[_REG_RBP] = (__greg_t)0; /* Wipe out frame pointer. */
lib/libc/arch/x86_64/gen/makecontext.c
88
gr[i] = va_arg(ap, __greg_t);
sys/arch/aarch64/aarch64/cpu_machdep.c
183
CTASSERT(offsetof(struct reg, r_pc) == _REG_PC * sizeof(__greg_t));
sys/arch/aarch64/aarch64/cpu_machdep.c
184
CTASSERT(offsetof(struct reg, r_sp) == _REG_SP * sizeof(__greg_t));
sys/arch/aarch64/aarch64/cpu_machdep.c
185
CTASSERT(offsetof(struct reg, r_spsr) == _REG_SPSR * sizeof(__greg_t));
sys/arch/aarch64/aarch64/cpu_machdep.c
186
CTASSERT(offsetof(struct reg, r_tpidr) == _REG_TPIDR * sizeof(__greg_t));
sys/arch/alpha/alpha/machdep.c
1843
__greg_t *gr = mcp->__gregs;
sys/arch/alpha/alpha/machdep.c
1844
__greg_t ras_pc;
sys/arch/alpha/alpha/machdep.c
1862
if ((ras_pc = (__greg_t)ras_lookup(l->l_proc,
sys/arch/alpha/alpha/machdep.c
1881
const __greg_t *gr = mcp->__gregs;
sys/arch/alpha/alpha/machdep.c
1895
const __greg_t *gr = mcp->__gregs;
sys/arch/alpha/include/mcontext.h
40
typedef __greg_t __gregset_t[_NGREG];
sys/arch/amd64/amd64/machdep.c
2157
__greg_t ras_rip;
sys/arch/amd64/amd64/machdep.c
2187
if ((ras_rip = (__greg_t)ras_lookup(l->l_proc,
sys/arch/amd64/amd64/machdep.c
2229
mcp->__fpregs.__xsave.__xsaveptr = (__greg_t)(uintptr_t)user_xsave;
sys/arch/amd64/amd64/machdep.c
2230
mcp->__fpregs.__xsave.__xsavelen = (__greg_t)xsavelen;
sys/arch/amd64/amd64/machdep.c
2246
const __greg_t *gr = mcp->__gregs;
sys/arch/amd64/amd64/machdep.c
2349
const __greg_t *gr;
sys/arch/amd64/amd64/netbsd32_machdep.c
1144
const __greg_t *gr = regp->regs;
sys/arch/amd64/include/mcontext.h
47
typedef __greg_t __gregset_t[_NGREG];
sys/arch/amd64/include/mcontext.h
76
__greg_t __xsaveptr;
sys/arch/amd64/include/mcontext.h
77
__greg_t __xsavelen;
sys/arch/amd64/include/mcontext.h
84
__greg_t _mc_tlsbase;
sys/arch/arm/arm/sig_machdep.c
163
__greg_t * const gr = mcp->__gregs;
sys/arch/arm/arm/sig_machdep.c
164
__greg_t ras_pc;
sys/arch/arm/arm/sig_machdep.c
187
if ((ras_pc = (__greg_t)ras_lookup(l->l_proc,
sys/arch/arm/arm/sig_machdep.c
207
const __greg_t * const gr = mcp->__gregs;
sys/arch/arm/arm/sig_machdep.c
219
const __greg_t * const gr = mcp->__gregs;
sys/arch/arm/include/mcontext.h
166
__greg_t __spare[8]; /* future proof */
sys/arch/arm/include/mcontext.h
198
__greg_t _mc_tlsbase;
sys/arch/arm/include/mcontext.h
199
__greg_t _mc_user_tpid;
sys/arch/arm/include/mcontext.h
52
typedef __greg_t __gregset_t[_NGREG];
sys/arch/hppa/hppa/hppa_machdep.c
113
ras_pc = (__greg_t)ras_lookup(l->l_proc,
sys/arch/hppa/hppa/hppa_machdep.c
135
const __greg_t *gr = mcp->__gregs;
sys/arch/hppa/hppa/hppa_machdep.c
176
const __greg_t *gr = mcp->__gregs;
sys/arch/hppa/hppa/hppa_machdep.c
62
__greg_t *gr = mcp->__gregs;
sys/arch/hppa/hppa/hppa_machdep.c
63
__greg_t ras_pc;
sys/arch/hppa/hppa/sig_machdep.c
171
tf->tf_arg1 = (__greg_t)&fp->sf_si;
sys/arch/hppa/hppa/sig_machdep.c
172
tf->tf_arg2 = (__greg_t)&fp->sf_uc;
sys/arch/hppa/hppa/sig_machdep.c
173
tf->tf_r3 = (__greg_t)&fp->sf_uc;
sys/arch/hppa/hppa/sig_machdep.c
178
(__greg_t)ps->sa_sigdesc[sig].sd_tramp | HPPA_PC_PRIV_USER;
sys/arch/hppa/hppa/sig_machdep.c
180
tf->tf_arg3 = (__greg_t)catcher;
sys/arch/hppa/include/mcontext.h
66
typedef __greg_t __gregset_t[_NGREG];
sys/arch/i386/i386/machdep.c
1689
__greg_t *gr = mcp->__gregs;
sys/arch/i386/i386/machdep.c
1690
__greg_t ras_eip;
sys/arch/i386/i386/machdep.c
1714
if ((ras_eip = (__greg_t)ras_lookup(l->l_proc,
sys/arch/i386/i386/machdep.c
1771
(__greg_t)(uintptr_t)user_xsave;
sys/arch/i386/i386/machdep.c
1772
mcp->__fpregs.__fp_reg_set.__xsave.__xsavelen = (__greg_t)xsavelen;
sys/arch/i386/i386/machdep.c
1787
const __greg_t *gr = mcp->__gregs;
sys/arch/i386/i386/machdep.c
1808
const __greg_t *gr = mcp->__gregs;
sys/arch/i386/i386/machdep.c
1824
const __greg_t user_xsave =
sys/arch/i386/include/mcontext.h
106
__greg_t __xsaveptr;
sys/arch/i386/include/mcontext.h
107
__greg_t __xsavelen;
sys/arch/i386/include/mcontext.h
118
__greg_t _mc_tlsbase;
sys/arch/i386/include/mcontext.h
55
typedef __greg_t __gregset_t[_NGREG];
sys/arch/ia64/include/mcontext.h
46
typedef __greg_t __gregset_t[_NGREG];
sys/arch/m68k/include/mcontext.h
50
typedef __greg_t __gregset_t[_NGREG];
sys/arch/m68k/include/mcontext.h
95
__greg_t _mc_tlsbase;
sys/arch/m68k/m68k/sig_machdep.c
197
__greg_t *gr = mcp->__gregs;
sys/arch/m68k/m68k/sig_machdep.c
200
__greg_t ras_pc;
sys/arch/m68k/m68k/sig_machdep.c
222
if ((ras_pc = (__greg_t)ras_lookup(l->l_proc,
sys/arch/m68k/m68k/sig_machdep.c
283
const __greg_t *gr = mcp->__gregs;
sys/arch/m68k/m68k/sig_machdep.c
293
const __greg_t *gr = mcp->__gregs;
sys/arch/mips/include/mcontext.h
107
__greg_t __fp_csr;
sys/arch/mips/include/mcontext.h
128
__greg_t _mc_tlsbase;
sys/arch/mips/include/mcontext.h
130
__greg_t __mc_unused;
sys/arch/mips/include/mcontext.h
148
__greg_t _mc_tlsbase;
sys/arch/mips/include/mcontext.h
89
typedef __greg_t __gregset_t[_NGREG];
sys/arch/mips/include/mcontext.h
97
typedef __greg_t __freg_t;
sys/arch/mips/mips/cpu_subr.c
368
__greg_t *gr = mcp->__gregs;
sys/arch/mips/mips/cpu_subr.c
369
__greg_t ras_pc;
sys/arch/mips/mips/cpu_subr.c
429
const __greg_t *gr = mcp->__gregs;
sys/arch/or1k/include/mcontext.h
40
typedef __greg_t __gregset_t[_NGREG];
sys/arch/or1k/include/mcontext.h
84
__greg_t __spare[8]; /* future proof */
sys/arch/powerpc/include/mcontext.h
46
typedef __greg_t __gregset_t[_NGREG];
sys/arch/powerpc/powerpc/sig_machdep.c
177
__greg_t * const gr = mcp->__gregs;
sys/arch/powerpc/powerpc/sig_machdep.c
225
const __greg_t * const gr = mcp->__gregs;
sys/arch/powerpc/powerpc/sig_machdep.c
248
__greg_t save_r2 = tf->tf_fixreg[_REG_R2];
sys/arch/riscv/include/mcontext.h
129
__greg_t __spare[7]; /* future proof */
sys/arch/riscv/include/mcontext.h
52
typedef __greg_t __gregset_t[_NGREG];
sys/arch/riscv/riscv/riscv_machdep.c
285
const __greg_t * const gr = mcp->__gregs;
sys/arch/riscv/riscv/riscv_machdep.c
297
const __greg_t saved_tp = tf->tf_reg[_REG_TP];
sys/arch/sh3/include/mcontext.h
73
typedef __greg_t __gregset_t[_NGREG];
sys/arch/sh3/sh3/sh3_machdep.c
401
__greg_t *gr = mcp->__gregs;
sys/arch/sh3/sh3/sh3_machdep.c
402
__greg_t ras_pc;
sys/arch/sh3/sh3/sh3_machdep.c
428
if ((ras_pc = (__greg_t)ras_lookup(l->l_proc,
sys/arch/sh3/sh3/sh3_machdep.c
442
const __greg_t *gr = mcp->__gregs;
sys/arch/sh3/sh3/sh3_machdep.c
454
const __greg_t *gr = mcp->__gregs;
sys/arch/sparc/include/mcontext.h
149
#define _UC_MACHINE_FP(uc) (((__greg_t *)_UC_MACHINE_SP(uc))[15])
sys/arch/sparc/include/mcontext.h
153
#define _UC_MACHINE_FP(uc) (((__greg_t *)_UC_MACHINE_SP(uc))[15])
sys/arch/sparc/include/mcontext.h
50
typedef __greg_t __gregset_t[_NGREG];
sys/arch/sparc/include/mcontext.h
81
__greg_t __rw_local[8]; /* %l0-7 */
sys/arch/sparc/include/mcontext.h
82
__greg_t __rw_in[8]; /* %i0-7 */
sys/arch/sparc/include/mcontext.h
88
__greg_t * __spbuf[_SPARC_MAXREGWINDOW];
sys/arch/sparc/sparc/machdep.c
602
__greg_t *r = mcp->__gregs;
sys/arch/sparc/sparc/machdep.c
603
__greg_t ras_pc;
sys/arch/sparc/sparc/machdep.c
643
if ((ras_pc = (__greg_t)ras_lookup(l->l_proc,
sys/arch/sparc/sparc/machdep.c
685
const __greg_t *gr = mc->__gregs;
sys/arch/sparc/sparc/machdep.c
712
const __greg_t *r = mcp->__gregs;
sys/arch/sparc64/sparc64/machdep.c
2422
__greg_t *gr = mcp->__gregs;
sys/arch/sparc64/sparc64/machdep.c
2423
__greg_t ras_pc;
sys/arch/sparc64/sparc64/machdep.c
2467
if ((ras_pc = (__greg_t)ras_lookup(l->l_proc,
sys/arch/sparc64/sparc64/machdep.c
2509
const __greg_t *gr = mc->__gregs;
sys/arch/sparc64/sparc64/machdep.c
2526
const __greg_t *gr = mcp->__gregs;
sys/arch/vax/include/mcontext.h
43
typedef __greg_t __gregset_t[_NGREG];
sys/arch/vax/vax/machdep.c
627
__greg_t *gr = mcp->__gregs;
sys/arch/vax/vax/machdep.c
652
const __greg_t *gr = mcp->__gregs;
sys/arch/vax/vax/machdep.c
666
const __greg_t *gr = mcp->__gregs;