Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dmachine_routines.c406 uint32_t cpu_boot_arg; in ml_parse_cpu_topology() local
415 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()
/xnu-8019.80.24/osfmk/arm64/
H A Dmachine_routines.c911 uint32_t cpu_boot_arg = MAX_CPUS; in ml_parse_cpu_topology() local
917 … 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()