Home
last modified time | relevance | path

Searched refs:CLUSTER_DOWN (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/arm/
Dcluster-pm-race-avoidance.txt217 CLUSTER_DOWN
240 CLUSTER_DOWN | |
244 +=========== CLUSTER_DOWN <------------+
253 outbound CPU has put the cluster into the CLUSTER_DOWN state).
261 CLUSTER_DOWN/INBOUND_NOT_COMING_UP is the only state where the
267 model) to CLUSTER_DOWN/INBOUND_COMING_UP (corresponding to
286 CLUSTER_DOWN/INBOUND_NOT_COMING_UP:
288 Next state: CLUSTER_DOWN/INBOUND_COMING_UP (inbound)
298 CLUSTER_DOWN/INBOUND_COMING_UP:
361 CLUSTER_DOWN/INBOUND_NOT_COMING_UP (outbound)
[all …]
/Linux-v4.19/arch/arm/common/
Dmcpm_entry.c273 __mcpm_outbound_leave_critical(cluster, CLUSTER_DOWN); in mcpm_cpu_power_down()
390 __mcpm_outbound_leave_critical(cluster, CLUSTER_DOWN); in nocache_trampoline()
439 mcpm_sync.clusters[i].cluster = CLUSTER_DOWN; in mcpm_sync_init()
/Linux-v4.19/arch/arm/include/asm/
Dmcpm.h321 #define CLUSTER_DOWN 0x21 macro