Searched refs:num_cpus (Results 1 – 10 of 10) sorted by relevance
238 assert(sp_boot_info->num_cpus <= PLATFORM_CORE_COUNT); in spm_sp_setup()242 (sp_boot_info->num_cpus * sizeof(*sp_mp_info)))); in spm_sp_setup()245 sp_boot_info->num_cpus * sizeof(*sp_mp_info)); in spm_sp_setup()253 for (unsigned int index = 0; index < sp_boot_info->num_cpus; index++) { in spm_sp_setup()
46 uint32_t num_cpus; member
57 .num_cpus = PLATFORM_CORE_COUNT,
189 uint32_t num_cpus = ncpu, pos = 0; in tegra_last_on_cpu_in_cluster() local196 --num_cpus; in tegra_last_on_cpu_in_cluster()198 } while (num_cpus != 0U); in tegra_last_on_cpu_in_cluster()
122 .num_cpus = PLATFORM_CORE_COUNT,
180 uint32_t num_cpus = ncpu, pos = 0; in tegra_last_cpu_in_cluster() local187 --num_cpus; in tegra_last_cpu_in_cluster()189 } while (num_cpus != 0U); in tegra_last_cpu_in_cluster()
141 .num_cpus = PLATFORM_CORE_COUNT,
142 .num_cpus = PLATFORM_CORE_COUNT,
53 .num_cpus = PLATFORM_CORE_COUNT,
277 .num_cpus = PLATFORM_CORE_COUNT,
Completed in 9 milliseconds