Home
last modified time | relevance | path

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

/linux/Documentation/arch/arm/
H A Dcluster-pm-race-avoidance.rst233 - CLUSTER_DOWN
256 CLUSTER_DOWN | |
260 +=========== CLUSTER_DOWN <------------+
269 outbound CPU has put the cluster into the CLUSTER_DOWN state).
277 CLUSTER_DOWN/INBOUND_NOT_COMING_UP is the only state where the
283 model) to CLUSTER_DOWN/INBOUND_COMING_UP (corresponding to
302 CLUSTER_DOWN/INBOUND_NOT_COMING_UP:
304 CLUSTER_DOWN/INBOUND_COMING_UP (inbound)
315 CLUSTER_DOWN/INBOUND_COMING_UP:
387 CLUSTER_DOWN/INBOUND_NOT_COMING_UP (outbound)
[all …]
/linux/arch/arm/common/
H A Dmcpm_entry.c270 __mcpm_outbound_leave_critical(cluster, CLUSTER_DOWN); in mcpm_cpu_power_down()
387 __mcpm_outbound_leave_critical(cluster, CLUSTER_DOWN); in nocache_trampoline()
436 mcpm_sync.clusters[i].cluster = CLUSTER_DOWN; in mcpm_sync_init()
/linux/arch/arm/include/asm/
H A Dmcpm.h318 #define CLUSTER_DOWN 0x21 macro