Lines Matching defs:cpus
271 * qcom_scm_set_warm_boot_addr() - Set the warm boot address for cpus
272 * @entry: Entry point function for the cpus
273 * @cpus: The cpumask of cpus that will use the entry point
278 int qcom_scm_set_warm_boot_addr(void *entry, const cpumask_t *cpus)
293 for_each_cpu(cpu, cpus) {
308 for_each_cpu(cpu, cpus)
317 * qcom_scm_set_cold_boot_addr() - Set the cold boot address for cpus
318 * @entry: Entry point function for the cpus
319 * @cpus: The cpumask of cpus that will use the entry point
321 * Set the cold boot address of the cpus. Any cpu outside the supported
324 int qcom_scm_set_cold_boot_addr(void *entry, const cpumask_t *cpus)
341 if (!cpus || (cpus && cpumask_empty(cpus)))
344 for_each_cpu(cpu, cpus) {