Home
last modified time | relevance | path

Searched refs:CPU_UP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dmcpm.h315 #define CPU_UP 0x13 macro
/openbmc/linux/Documentation/arch/arm/
H A Dcluster-pm-race-avoidance.rst113 - CPU_UP
120 +-----------> CPU_UP ------------+
166 CPU_UP
176 CPU_UP:
177 When a CPU reaches the CPU_UP state, it is safe for the CPU to
183 from the basic model definition: CPU_UP does not mean that the
382 CPUs can be checked for entry into CPU_COMING_UP or CPU_UP.
495 A CPU transitions to CPU_COMING_UP and then to CPU_UP via the
/openbmc/linux/arch/arm/common/
H A Dmcpm_head.S188 mov r0, #CPU_UP
191 @ Observability order of CPU_UP and opening of the gate does not matter.
H A Dmcpm_entry.c445 mcpm_sync.clusters[this_cluster].cpus[i].cpu = CPU_UP; in mcpm_sync_init()