Home
last modified time | relevance | path

Searched refs:cpu_boot_arg (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/osfmk/arm64/
H A Dmachine_routines.c1125 uint32_t cpu_boot_arg = MAX_CPUS; in ml_parse_cpu_topology() local
1131 … boolean_t cpus_boot_arg_present = PE_parse_boot_argn("cpus", &cpu_boot_arg, sizeof(cpu_boot_arg)); in ml_parse_cpu_topology()
1174 …if (topology_info.num_cpus >= (cpu_boot_arg - 1) && topology_info.boot_cpu == NULL && !is_boot_cpu… in ml_parse_cpu_topology()
1177 if (topology_info.num_cpus >= cpu_boot_arg) { in ml_parse_cpu_topology()