HomeSort by: relevance | last modified time | path
    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 29 milliseconds