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

/linux-master/arch/mips/include/asm/
H A Dpm-cps.h16 # define coupled_coherence cpu_has_vp macro
18 # define coupled_coherence cpu_has_mipsmt macro
20 # define coupled_coherence 0 macro
43 * Enter the given PM state. If coupled_coherence is non-zero then it is
/linux-master/arch/mips/kernel/
H A Dpm-cps.c33 * core-specific code particularly for cache routines. If coupled_coherence
36 * VPE left it. Returns garbage if coupled_coherence is zero or this is not
86 if (!coupled_coherence)
180 if (coupled_coherence && (state == CPS_PM_NC_WAIT) && (left == online))
392 if (coupled_coherence) {
541 if (coupled_coherence)
572 if (coupled_coherence && (state == CPS_PM_NC_WAIT)) {
586 if (coupled_coherence && (state == CPS_PM_CLOCK_GATED)) {
/linux-master/drivers/cpuidle/
H A Dcpuidle-cps.c148 if (coupled_coherence)

Completed in 256 milliseconds