Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/arch/arm/
H A Dcluster-pm-race-avoidance.rst233 - CLUSTER_DOWN
256 CLUSTER_DOWN | |
260 +=========== CLUSTER_DOWN <------------+
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)
417 in the CLUSTER_DOWN state; the inbound CPU will
435 CLUSTER_DOWN/INBOUND_COMING_UP (outbound)
[all …]
/openbmc/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()
/openbmc/linux/arch/arm/include/asm/
H A Dmcpm.h318 #define CLUSTER_DOWN 0x21 macro