HomeSort by: relevance | last modified time | path
    Searched refs:tf_dsisr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
trap.c 148 (tf->tf_dsisr & DSISR_STORE)
150 va, tf->tf_srr0, tf->tf_dsisr);
159 if ((tf->tf_dsisr & DSISR_NOTFOUND) &&
164 if ((tf->tf_dsisr & DSISR_NOTFOUND) &&
173 if (tf->tf_dsisr & DSISR_STORE)
211 "=%d), lr %#lx\n", (tf->tf_dsisr & DSISR_STORE) ? "write" : "read",
212 va, tf->tf_srr0, tf->tf_dsisr, rv, tf->tf_lr);
217 if (tf->tf_dsisr & DSISR_STORE)
229 if ((tf->tf_dsisr & DSISR_NOTFOUND) &&
237 if ((tf->tf_dsisr & DSISR_NOTFOUND) &
    [all...]
db_trace.c 235 (R(&tf->tf_dsisr) & DSISR_STORE
253 R(&tf->tf_dar), R(&tf->tf_dsisr));
311 (*pr)(" dsisr=%#x", R(&tf->tf_dsisr));
  /src/sys/arch/powerpc/include/
frame.h 105 uint32_t tf_dsisr; member in struct:trapframe
129 uint32_t tf_dsisr; member in struct:trapframe32
  /src/sys/compat/linux/arch/powerpc/
linux_machdep.c 178 linux_regs.ldsisr = tf->tf_dsisr;

Completed in 13 milliseconds