ofw_cpu_early_foreach
nchilds = ofw_cpu_early_foreach(alpine_validate_cpu, false);
ofw_cpu_early_foreach(virt_start_ap, true);
ofw_cpu_early_foreach(ipq4018_start_ap, true);
ofw_cpu_early_foreach(rk32xx_start_ap, true);
ofw_cpu_early_foreach(start_cpu_fdt, true);
cores = ofw_cpu_early_foreach(NULL, false);
mp_ncpus = ofw_cpu_early_foreach(fdt_platform_maxid, true);
int ofw_cpu_early_foreach(ofw_cpu_foreach_cb, bool);
ofw_cpu_early_foreach(cpu_init_fdt, true);
cores = ofw_cpu_early_foreach(cpu_check_mmu, true);