Searched refs:num_cpus (Results 1 – 11 of 11) sorted by relevance
192 assert(sp_boot_info->num_cpus <= PLATFORM_CORE_COUNT); in spm_mm_setup()196 (sp_boot_info->num_cpus * sizeof(*sp_mp_info)))); in spm_mm_setup()199 sp_boot_info->num_cpus * sizeof(*sp_mp_info)); in spm_mm_setup()207 for (unsigned int index = 0; index < sp_boot_info->num_cpus; index++) { in spm_mm_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()
121 .num_cpus = PLATFORM_CORE_COUNT,
131 .num_cpus = PLATFORM_CORE_COUNT,
141 .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()
53 .num_cpus = PLATFORM_CORE_COUNT,
255 .num_cpus = PLATFORM_CORE_COUNT,
56 num_cpus = <0x8>;
Completed in 10 milliseconds