Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Dmcpm.h318 #define CPU_UP 0x13 macro
/Linux-v4.19/Documentation/arm/
Dcluster-pm-race-avoidance.txt106 CPU_UP
111 +-----------> CPU_UP ------------+
157 Next state: CPU_UP
165 CPU_UP:
166 When a CPU reaches the CPU_UP state, it is safe for the CPU to
172 from the basic model definition: CPU_UP does not mean that the
356 CPUs can be checked for entry into CPU_COMING_UP or CPU_UP.
460 A CPU transitions to CPU_COMING_UP and then to CPU_UP via the
/Linux-v4.19/arch/arm/common/
Dmcpm_head.S190 mov r0, #CPU_UP
193 @ Observability order of CPU_UP and opening of the gate does not matter.
Dmcpm_entry.c448 mcpm_sync.clusters[this_cluster].cpus[i].cpu = CPU_UP; in mcpm_sync_init()