Searched refs:max_ncpus (Results 1 – 6 of 6) sorted by relevance
94 extern unsigned int max_ncpus; /* max number of cpus */
720 int n = max_ncpus; in ml_early_cpu_max_number()741 machine_info.max_cpus = (integer_t)MIN(max_cpus, max_ncpus); in ml_set_max_cpus()
962 if ((0 < cpus) && (cpus < max_ncpus)) { in i386_init()963 max_ncpus = cpus; in i386_init()
195 unsigned int max_ncpus = MAX_CPUS; variable
1317 if (phys_carveout_size >= sizeof(last_branch_state_t) * max_ncpus) { in copy_lbr_data_for_core()1344 for (i = 0; i < max_ncpus; i++) { in lbr_for_kmode_init()
59 return max_ncpus; in kdbg_cpu_count()