Searched refs:cpu_boot_arg (Results 1 – 2 of 2) sorted by relevance
406 uint32_t cpu_boot_arg; in ml_parse_cpu_topology() local415 cpu_boot_arg = MAX_CPUS; in ml_parse_cpu_topology()416 PE_parse_boot_argn("cpus", &cpu_boot_arg, sizeof(cpu_boot_arg)); in ml_parse_cpu_topology()436 if (cpu_id >= cpu_boot_arg) { in ml_parse_cpu_topology()
911 uint32_t cpu_boot_arg = MAX_CPUS; in ml_parse_cpu_topology() local917 … boolean_t cpus_boot_arg_present = PE_parse_boot_argn("cpus", &cpu_boot_arg, sizeof(cpu_boot_arg)); in ml_parse_cpu_topology()960 …if (topology_info.num_cpus >= (cpu_boot_arg - 1) && topology_info.boot_cpu == NULL && !is_boot_cpu… in ml_parse_cpu_topology()963 if (topology_info.num_cpus >= cpu_boot_arg) { in ml_parse_cpu_topology()