Lines Matching full:cpus
34 * The primary CPU waits a while for all secondary CPUs to enter. This is to
35 * avoid sending an IPI if the secondary CPUs are entering
89 * This barrier is needed to make sure that all CPUs are stopped. in crash_ipi_callback()
113 printk(KERN_EMERG "Sending IPI to other CPUs\n"); in crash_kexec_prepare_cpus()
120 * FIXME: Until we will have the way to stop other CPUs reliably, in crash_kexec_prepare_cpus()
121 * the crash CPU will send an IPI and wait for other CPUs to in crash_kexec_prepare_cpus()
147 * A system reset will cause all CPUs to take an 0x100 exception. in crash_kexec_prepare_cpus()
149 * CPUs reexecute the crash_kexec_secondary path. in crash_kexec_prepare_cpus()
160 * A system reset will force all CPUs to execute the in crash_kexec_prepare_cpus()
179 * This function will be called by secondary cpus.
224 /* wait for all the CPUs to hit real mode but timeout if they don't come in */
314 * In practice this means stopping other cpus in in default_machine_crash_shutdown()
328 * CPUs to enter. in default_machine_crash_shutdown()