OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DSISR_STORE
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/powerpc/include/mpc8xx/
spr.h
19
#define
DSISR_STORE
0x02000000 /* Store operation */
/src/sys/arch/powerpc/powerpc/
trap.c
151
(tf->tf_dsisr &
DSISR_STORE
)
176
if (tf->tf_dsisr &
DSISR_STORE
)
214
"=%d), lr %#lx\n", (tf->tf_dsisr &
DSISR_STORE
) ? "write" : "read",
220
if (tf->tf_dsisr &
DSISR_STORE
)
263
(tf->tf_dsisr &
DSISR_STORE
) ? "write" : "read",
db_trace.c
235
(R(&tf->tf_dsisr) &
DSISR_STORE
trap_subr.S
666
lis %r1,(DSISR_PROTECT|
DSISR_STORE
)@h
684
lis %r1,(DSISR_NOTFOUND|
DSISR_STORE
)@h
/src/sys/arch/powerpc/include/oea/
spr.h
35
#define
DSISR_STORE
0x02000000 /* Store operation */
Completed in 19 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026