Lines Matching full:secondary
39 /* Name of device node property defining secondary boot register location */
40 #define OF_SECONDARY_BOOT "secondary-boot-reg"
97 pr_err("required secondary boot register not specified for CPU%u\n", in secondary_boot_addr_for()
126 /* Ensure the write is visible to the secondary core */ in nsp_write_lut()
147 * The ROM code has the secondary cores looping, waiting for an event.
149 * secondary boot register. When a core finds those bits contain its
153 * address back to the secondary boot register, and finally jumps to
157 * - Encode the (hardware) CPU id with the bottom bits of the secondary
159 * - Write that value into the secondary boot register.
160 * - Generate an event to wake up the secondary CPU(s).
161 * - Wait for the secondary boot register to be re-written, which
162 * indicates the secondary core has started.
191 * Secondary cores will start in secondary_startup(), in kona_boot_secondary()
237 * secondary core. in bcm23550_boot_secondary()
254 /* Boot the secondary core */ in bcm23550_boot_secondary()
275 * After wake up, secondary core branches to the startup in nsp_boot_secondary()
284 /* Send a CPU wakeup interrupt to the secondary core */ in nsp_boot_secondary()