Symbol: _REG_SP
lib/libc/arch/aarch64/gen/_lwp.c
60
u->uc_mcontext.__gregs[_REG_SP] = ((__greg_t)sp) & -16;
lib/libc/arch/aarch64/gen/makecontext.c
56
gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
lib/libc/arch/alpha/gen/__longjmp14.c
78
uc.uc_mcontext.__gregs[_REG_SP] = sc->sc_sp;
lib/libc/arch/alpha/gen/_lwp.c
64
gr[_REG_SP] = ((unsigned long) (stack_base + stack_size)) &
lib/libc/arch/alpha/gen/makecontext.c
64
gr[_REG_SP] = (__greg_t)sp;
lib/libc/arch/arm/gen/_lwp.c
67
u->uc_mcontext.__gregs[_REG_SP] = ((__greg_t)sp) & ~7;
lib/libc/arch/arm/gen/makecontext.c
58
gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
lib/libc/arch/hppa/gen/__longjmp14.c
115
uc.uc_mcontext.__gregs[_REG_SP] = sc->sc_sp;
lib/libc/arch/hppa/gen/_lwp.c
76
gr[_REG_SP] = (__greg_t) sp;
lib/libc/arch/hppa/gen/makecontext.c
70
gr[_REG_SP] = (__greg_t)sp;
lib/libc/arch/ia64/gen/_lwp.c
62
gr[_REG_SP] = ((unsigned long) (stack_base + stack_size)) & ~0x7;
lib/libc/arch/mips/gen/_lwp.c
73
gr[_REG_SP] = (uintptr_t) sp & ~STACK_ALIGNBYTES;
lib/libc/arch/mips/gen/longjmp.c
98
uc.uc_mcontext.__gregs[_REG_SP] = sc->sc_regs[_R_SP];
lib/libc/arch/mips/gen/makecontext.c
67
gr[_REG_SP] = (intptr_t)sp;
lib/libc/arch/or1k/gen/_lwp.c
69
u->uc_mcontext.__gregs[_REG_SP] = (uintptr_t)sp; /* stack */
lib/libc/arch/or1k/gen/makecontext.c
67
gr[_REG_SP] = (uintptr_t)sp;
lib/libc/arch/riscv/gen/_lwp.c
69
u->uc_mcontext.__gregs[_REG_SP] = (uintptr_t)sp; /* stack */
lib/libc/arch/riscv/gen/makecontext.c
67
gr[_REG_SP] = (uintptr_t)sp;
lib/libc/arch/sh3/gen/_lwp.c
64
u->uc_mcontext.__gregs[_REG_SP] = ((__greg_t) sp) & ~3;
lib/libc/arch/sh3/gen/makecontext.c
58
gr[_REG_SP] = (__greg_t)sp;
lib/libc/arch/vax/gen/__longjmp14.c
74
uc.uc_mcontext.__gregs[_REG_SP] = jb->jb_sc.sc_sp;
lib/libc/arch/vax/gen/_lwp.c
76
gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
lib/libc/arch/vax/gen/_lwp.c
85
gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
lib/libc/arch/vax/gen/makecontext.c
75
gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
lib/libpthread/arch/aarch64/pthread_md.h
48
#define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
lib/libpthread/arch/alpha/pthread_md.h
47
#define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
lib/libpthread/arch/arm/pthread_md.h
63
#define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
lib/libpthread/arch/hppa/pthread_md.h
47
#define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
lib/libpthread/arch/ia64/pthread_md.h
43
#define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
lib/libpthread/arch/mips/pthread_md.h
45
#define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
lib/libpthread/arch/riscv/pthread_md.h
45
#define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
lib/libpthread/arch/vax/pthread_md.h
45
#define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
sys/arch/aarch64/aarch64/cpu_machdep.c
184
CTASSERT(offsetof(struct reg, r_sp) == _REG_SP * sizeof(__greg_t));
sys/arch/alpha/alpha/machdep.c
1853
gr[_REG_SP] = alpha_pal_rdusp();
sys/arch/alpha/alpha/machdep.c
1856
gr[_REG_SP] = pcb->pcb_hw.apcb_usp;
sys/arch/alpha/alpha/machdep.c
1907
alpha_pal_wrusp(gr[_REG_SP]);
sys/arch/alpha/alpha/machdep.c
1909
pcb->pcb_hw.apcb_usp = gr[_REG_SP];
sys/arch/alpha/include/mcontext.h
100
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
sys/arch/arm/arm/sig_machdep.c
180
gr[_REG_SP] = tf->tf_usr_sp;
sys/arch/arm/arm/sig_machdep.c
248
tf->tf_usr_sp = gr[_REG_SP];
sys/arch/arm/include/mcontext.h
223
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
sys/arch/hppa/include/mcontext.h
84
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
sys/arch/mips/include/mcontext.h
161
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
sys/arch/or1k/include/mcontext.h
90
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
sys/arch/riscv/include/mcontext.h
143
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
sys/arch/riscv/riscv/netbsd32_machdep.c
117
|| (int32_t) mcp->__gregs[_REG_SP] < 0
sys/arch/riscv/riscv/riscv_machdep.c
273
|| (intptr_t) mcp->__gregs[_REG_SP] < 0
sys/arch/sh3/include/mcontext.h
91
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
sys/arch/vax/include/mcontext.h
72
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
sys/arch/vax/vax/machdep.c
643
gr[_REG_SP] = tf->tf_sp;
sys/arch/vax/vax/machdep.c
690
tf->tf_sp = gr[_REG_SP];
sys/compat/linux/arch/aarch64/linux_machdep.c
114
uc->uc_mcontext.__gregs[_REG_SP] = ctx->sp;
sys/compat/linux/arch/aarch64/linux_machdep.c
68
ctx->sp = uc.uc_mcontext.__gregs[_REG_SP];