OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_R_SR
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/arch/mips/mips/
mips_fpu.c
95
if ((tf->tf_regs[
_R_SR
] & MIPS_SR_COP_1_BIT) == 0)
115
: "r"(tf->tf_regs[
_R_SR
] & (MIPS_SR_COP_1_BIT|MIPS3_SR_FR|MIPS_SR_KX|MIPS_SR_INT_IE)),
123
if (tf->tf_regs[
_R_SR
] & MIPS3_SR_FR) {
232
tf->tf_regs[
_R_SR
] |= MIPS_SR_COP_1_BIT;
246
: "r"(tf->tf_regs[
_R_SR
] & (MIPS_SR_COP_1_BIT|MIPS3_SR_FR|MIPS_SR_KX|MIPS_SR_INT_IE)), "n"(MIPS_COP_0_STATUS));
253
if (tf->tf_regs[
_R_SR
] & MIPS3_SR_FR) {
358
l->l_md.md_utf->tf_regs[
_R_SR
] &= ~MIPS_SR_COP_1_BIT;
mips_dsp.c
93
if ((tf->tf_regs[
_R_SR
] & MIPS_SR_MX) == 0)
154
tf->tf_regs[
_R_SR
] |= MIPS_SR_MX;
196
l->l_md.md_utf->tf_regs[
_R_SR
] &= ~MIPS_SR_MX;
process_machdep.c
130
sr = tf->tf_regs[
_R_SR
];
132
tf->tf_regs[
_R_SR
] = sr;
kgdb_machdep.c
221
gdb_regs[32] = regs->r_regs[
_R_SR
]; /* SR */
mips_machdep.c
1706
tf->tf_regs[
_R_SR
] = PSL_USERSET;
1713
tf->tf_regs[
_R_SR
] |= MIPS_SR_PX;
1715
tf->tf_regs[
_R_SR
] |= MIPS_SR_UX;
1718
tf->tf_regs[
_R_SR
] |= MIPS3_SR_FR;
2151
l->l_md.md_utf->tf_regs[
_R_SR
] = MIPS_SR_KX;
2155
l->l_md.md_utf->tf_regs[
_R_SR
] = MIPS_SR_KX | MIPS_SR_UX;
db_trace.c
124
{ "sr", (long *)&ddb_regs.r_regs[
_R_SR
], DB_SETF_REGS, NULL },
vm_machdep.c
151
KASSERT(tf->tf_regs[
_R_SR
] & MIPS_SR_KX);
trap.c
884
tf->tf_regs[_R_RA], tf->tf_regs[
_R_SR
], tf->tf_regs[_R_PC]);
cpu_subr.c
378
gr[_REG_SR] = tf->tf_regs[
_R_SR
];
mips_emul.c
253
cause, tf->tf_regs[
_R_SR
], inst, code);
/src/sys/arch/mips/include/
regnum.h
89
#define
_R_SR
32
90
#define _R_PS
_R_SR
/* alias for SR */
locore.h
804
#define TF_SR
_R_SR
Completed in 17 milliseconds
Indexes created Wed Nov 05 22:09:55 GMT 2025