Searched refs:DSISR_STORE (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/powerpc/include/mpc8xx/
H A Dspr.h19 #define DSISR_STORE 0x02000000 /* Store operation */ macro
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dtrap.c148 (tf->tf_dsisr & DSISR_STORE)
173 if (tf->tf_dsisr & DSISR_STORE)
211 "=%d), lr %#lx\n", (tf->tf_dsisr & DSISR_STORE) ? "write" : "read",
217 if (tf->tf_dsisr & DSISR_STORE)
260 (tf->tf_dsisr & DSISR_STORE) ? "write" : "read",
H A Ddb_trace.c235 (R(&tf->tf_dsisr) & DSISR_STORE
H A Dtrap_subr.S656 lis %r1,(DSISR_PROTECT|DSISR_STORE)@h
674 lis %r1,(DSISR_NOTFOUND|DSISR_STORE)@h
/netbsd-current/sys/arch/powerpc/include/oea/
H A Dspr.h35 #define DSISR_STORE 0x02000000 /* Store operation */ macro

Completed in 242 milliseconds