Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm64/
H A Dmachine_routines.c924 …const boolean_t cpus_boot_arg_present = PE_parse_boot_argn("cpus", &cpu_boot_arg, sizeof(cpu_boot_… in ml_parse_cpu_topology() local
929 if (cpus_boot_arg_present && cpumask_boot_arg_present) { in ml_parse_cpu_topology()