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

  /src/sys/arch/powerpc/include/
psl.h 49 #define PSL_POW 0x00040000 /* ..6. power management */
50 #define PSL_WE PSL_POW /* B4.. wait state enable */
75 #define PSL_601_MASK ~(PSL_VEC|PSL_POW|PSL_ILE|PSL_BE|PSL_RI|PSL_LE)
90 * Note that PSL_POW and PSL_ILE are not in the saved copy of the MSR
profile.h 140 s &= ~PSL_POW; \
  /src/sys/arch/powerpc/pic/
ipi.c 86 msr = (mfmsr() & ~PSL_EE) | PSL_POW;
  /src/sys/arch/powerpc/booke/
e500_timer.c 142 tf->tf_srr1 &= ~PSL_POW; /* make cpu_idle exit */
e500_intr.c 1084 * we need to clear PSL_POW so we won't go back into power-saving.
1086 if (__predict_false(tf->tf_srr1 & PSL_POW) && ci->ci_want_resched)
1087 tf->tf_srr1 &= ~PSL_POW;
1219 mtmsr(mfmsr() | PSL_POW);
  /src/sys/arch/powerpc/oea/
cpu_subr.c 411 : "J"(PSL_POW));

Completed in 18 milliseconds