Searched refs:PSL_POW (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dprofile.h139 s &= ~PSL_POW; \
H A Dpsl.h48 #define PSL_POW 0x00040000 /* ..6. power management */ macro
49 #define PSL_WE PSL_POW /* B4.. wait state enable */
74 #define PSL_601_MASK ~(PSL_VEC|PSL_POW|PSL_ILE|PSL_BE|PSL_RI|PSL_LE)
89 * Note that PSL_POW and PSL_ILE are not in the saved copy of the MSR
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/pic/
H A Dipi.c76 msr = (mfmsr() & ~PSL_EE) | PSL_POW;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A De500_timer.c153 tf->tf_srr1 &= ~PSL_POW; /* make cpu_idle exit */
H A De500_intr.c963 * we need to clear PSL_POW so we won't go back into power-saving.
965 if (__predict_false(tf->tf_srr1 & PSL_POW) && ci->ci_want_resched)
966 tf->tf_srr1 &= ~PSL_POW;
1066 mtmsr(mfmsr() | PSL_POW);
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/oea/
H A Dcpu_subr.c319 : "J"(PSL_POW));

Completed in 66 milliseconds