Searched refs:max_ncpus (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dmp.h76 extern unsigned int max_ncpus; /* max number of cpus */
/darwin-on-arm/xnu/osfmk/i386/
H A Di386_init.c525 if ((0 < cpus) && (cpus < max_ncpus))
526 max_ncpus = cpus;
H A Dmp.h92 extern unsigned int max_ncpus; /* max number of cpus */
H A Dmachine_routines.c500 * that ACPI found; max_ncpus is the maximum number
504 machine_info.max_cpus = (integer_t)MIN(max_cpus, max_ncpus);
H A Dmp_desc.c190 unsigned int max_ncpus = MAX_CPUS; variable
/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c409 kd_cpus = max_ncpus;

Completed in 28 milliseconds