OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_R_SP
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/arch/mips/mips/
db_trace.c
121
{ "sp", (long *)&ddb_regs.r_regs[
_R_SP
], DB_SETF_REGS, NULL },
154
regs->r_regs[
_R_SP
],
238
sp = ddb_regs.r_regs[
_R_SP
];
258
&& i.IType.rs ==
_R_SP
262
&& i.IType.rs ==
_R_SP
263
&& i.IType.rt ==
_R_SP
)
sig_machdep.c
66
sp = (uintptr_t)tf->tf_regs[
_R_SP
];
132
tf->tf_regs[
_R_SP
] = (intptr_t)sf;
mips_stacktrace.c
462
if (i.IType.rs !=
_R_SP
)
494
if (i.IType.rs !=
_R_SP
|| i.IType.rt !=
_R_SP
)
syscall.c
197
usp = reg->r_regs[
_R_SP
] + nsaved * sizeof(register_t);
237
usp = reg->r_regs[
_R_SP
] + 4 * sizeof(int32_t);
kgdb_machdep.c
218
gdb_regs[29] = regs->r_regs[
_R_SP
]; /* SP */
compat_16_machdep.c
191
tf->tf_regs[
_R_SP
] = (intptr_t)scp;
mips_fixup.c
334
if (insn.IType.rt != _R_RA || insn.IType.rs !=
_R_SP
) {
351
if (insn.IType.rt != _R_RA || insn.IType.rs !=
_R_SP
) {
vm_machdep.c
113
tf->tf_regs[
_R_SP
] = (intptr_t)stack + stacksize;
netbsd32_machdep.c
154
tf->tf_regs[
_R_SP
] = (intptr_t)sfp;
trap.c
251
tf, tf->tf_regs[
_R_SP
], tf->tf_regs[_R_RA]);
258
? (void*)(uintptr_t)tf->tf_regs[
_R_SP
]
882
tf->tf_regs[_R_GP], tf->tf_regs[
_R_SP
], tf->tf_regs[_R_S8]);
mips_machdep.c
1703
tf->tf_regs[
_R_SP
] = (intptr_t)stack & ~STACK_ALIGNBYTES;
/src/lib/libc/arch/mips/gen/
longjmp.c
52
if (sc->sc_regs[
_R_SP
] == 0 || sc->sc_regs[_R_ZERO] != (__register_t)0xACEDBADEU)
98
uc.uc_mcontext.__gregs[_REG_SP] = sc->sc_regs[
_R_SP
];
/src/sys/arch/mips/include/
regnum.h
86
#define
_R_SP
29 /* CALLEE-saved */
/src/sys/compat/linux/arch/mips/
linux_machdep.c
180
: (uintptr_t) tf->tf_regs[
_R_SP
]);
242
tf->tf_regs[
_R_SP
] = (intptr_t)sf;
Completed in 20 milliseconds
Indexes created Fri Oct 17 22:10:11 GMT 2025