Lines Matching defs:cpu_count
2360 uint32_t cpu_count = 0;
2378 cpu_apicid_array[cpu_count] = cpu->Id;
2379 cpu_count++;
2390 cpu_apicid_array[cpu_count] =
2392 cpu_count++;
2406 *cpu_countp = cpu_count;
2414 uint32_t cpu_count = 0;
2420 process_madt_entries(tp, &cpu_count, &cpu_possible_count, NULL);
2423 cpu_count * sizeof (*cpu_apicid_array), MMU_PAGESIZE);
2435 cpu_apicid_array, cpu_count * sizeof (*cpu_apicid_array));
2463 bsetpropsi(BOOT_MAX_NCPUS_NAME, cpu_count);
2476 bsetpropsi(BOOT_NCPUS_NAME, cpu_count);