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

  /src/sys/arch/powerpc/include/mpc8xx/
spr.h 17 #define DSISR_NOTFOUND 0x40000000 /* Translation not found */
  /src/sys/arch/powerpc/powerpc/
trap.c 162 if ((tf->tf_dsisr & DSISR_NOTFOUND) &&
167 if ((tf->tf_dsisr & DSISR_NOTFOUND) &&
232 if ((tf->tf_dsisr & DSISR_NOTFOUND) &&
240 if ((tf->tf_dsisr & DSISR_NOTFOUND) &&
trap_subr.S 552 oris %r2,%r2,DSISR_NOTFOUND@h /* set srr1<1> to flag pte not found */
605 lis %r1,DSISR_NOTFOUND@h /* set dsisr<1> to flag pte not found */
684 lis %r1,(DSISR_NOTFOUND|DSISR_STORE)@h
  /src/sys/arch/powerpc/include/oea/
spr.h 32 #define DSISR_NOTFOUND 0x40000000 /* Translation not found */

Completed in 23 milliseconds