Searched refs:DSISR_NOTFOUND (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/powerpc/include/mpc8xx/
H A Dspr.h17 #define DSISR_NOTFOUND 0x40000000 /* Translation not found */ macro
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dtrap.c159 if ((tf->tf_dsisr & DSISR_NOTFOUND) &&
164 if ((tf->tf_dsisr & DSISR_NOTFOUND) &&
229 if ((tf->tf_dsisr & DSISR_NOTFOUND) &&
237 if ((tf->tf_dsisr & DSISR_NOTFOUND) &&
H A Dtrap_subr.S542 oris %r2,%r2,DSISR_NOTFOUND@h /* set srr1<1> to flag pte not found */
595 lis %r1,DSISR_NOTFOUND@h /* set dsisr<1> to flag pte not found */
674 lis %r1,(DSISR_NOTFOUND|DSISR_STORE)@h
/netbsd-current/sys/arch/powerpc/include/oea/
H A Dspr.h32 #define DSISR_NOTFOUND 0x40000000 /* Translation not found */ macro

Completed in 86 milliseconds