Searched refs:CPS_PM_NC_WAIT (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dpm-cps.h25 CPS_PM_NC_WAIT, /* MIPS wait instruction, non-coherent */ enumerator in enum:cps_pm_state
/linux-master/drivers/cpuidle/
H A Dcpuidle-cps.c42 pm_state = CPS_PM_NC_WAIT;
125 if (!cps_pm_support_state(CPS_PM_NC_WAIT))
/linux-master/arch/mips/kernel/
H A Dpm-cps.c34 * is non-zero and this is the entry function for the CPS_PM_NC_WAIT state,
37 * the entry function for CPS_PM_NC_WAIT.
180 if (coupled_coherence && (state == CPS_PM_NC_WAIT) && (left == online))
535 if (state == CPS_PM_NC_WAIT) {
557 * Re-enable coherence. Note that for CPS_PM_NC_WAIT all coupled VPEs
572 if (coupled_coherence && (state == CPS_PM_NC_WAIT)) {
636 for (state = CPS_PM_NC_WAIT; state < CPS_PM_STATE_COUNT; state++) {
706 set_bit(CPS_PM_NC_WAIT, state_support);

Completed in 116 milliseconds