Lines Matching full:secondary
33 /* Name of device node property defining secondary boot register location */
34 #define OF_SECONDARY_BOOT "secondary-boot-reg"
91 pr_err("required secondary boot register not specified for CPU%u\n", in secondary_boot_addr_for()
120 /* Ensure the write is visible to the secondary core */ in nsp_write_lut()
141 * The ROM code has the secondary cores looping, waiting for an event.
143 * secondary boot register. When a core finds those bits contain its
147 * address back to the secondary boot register, and finally jumps to
151 * - Encode the (hardware) CPU id with the bottom bits of the secondary
153 * - Write that value into the secondary boot register.
154 * - Generate an event to wake up the secondary CPU(s).
155 * - Wait for the secondary boot register to be re-written, which
156 * indicates the secondary core has started.
185 * Secondary cores will start in secondary_startup(), in kona_boot_secondary()
231 * secondary core. in bcm23550_boot_secondary()
248 /* Boot the secondary core */ in bcm23550_boot_secondary()
269 * After wake up, secondary core branches to the startup in nsp_boot_secondary()
278 /* Send a CPU wakeup interrupt to the secondary core */ in nsp_boot_secondary()