Lines Matching refs:CPU
26 * CPU boot vector when restarting the a CPU following
31 * r8: CPU part number
46 /* Clear the flow controller flags for this CPU. */
54 @ & ext flags for CPU power mgnt
119 * Common handler for all CPU reset events.
125 * R7 = CPU present (to the OS) mask
126 * R8 = CPU in LP1 state mask
127 * R9 = CPU in LP2 state mask
128 * R10 = CPU number
129 * R11 = CPU mask
180 and r10, r10, #0x3 @ R10 = CPU number
182 mov r11, r11, lsl r10 @ R11 = CPU mask
185 /* Does the OS know about this CPU? */
188 bleq __die @ CPU not present (to OS)
232 * We don't know why the CPU reset. Just kill it.
263 /* Clear CPU "event" and "interrupt" flags and power gate
270 /* Unconditionally halt this CPU */
277 wfi @ CPU should be power gated here
279 /* If the CPU didn't power gate above just kill it's clock. */
285 /* If the CPU still isn't dead, just spin here. */