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

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dpsl.h133 #define PSL_USEROK_P(psl) (((psl) & ~PSL_USERMOD) == PSL_USERSET) macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dcompat_13_machdep.c77 if (!PSL_USEROK_P(sc.sc_frame.srr1))
H A Dcompat_16_machdep.c207 if (!PSL_USEROK_P(sc.sc_frame.srr1))
H A Dtrap.c818 if (!PSL_USEROK_P(msr))
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/powerpc/
H A Dlinux_machdep.c309 if (!PSL_USEROK_P(lregs->lmsr))
403 if (!PSL_USEROK_P(lregs->lmsr))

Completed in 60 milliseconds