Searched refs:boot_cpu (Results 1 – 7 of 7) sorted by relevance
66 static unsigned int boot_cpu; variable244 boot_cpu = topology_info->boot_cpu->cpu_id; in IOCPUInitialize()271 if (cpu_id != boot_cpu) { in PE_cpu_start()285 if (!bootb && cpu_id == boot_cpu && ml_is_quiescing()) { in PE_cpu_machine_init()345 if (cpu_id == boot_cpu) { in PE_cpu_machine_quiesce()376 assert(cpu_id != boot_cpu); in PE_cpu_down()392 if (!cluster_power_supported || cpu_id == boot_cpu) { in PE_cpu_power_disable()414 if (!cluster_power_supported || cpu_id == boot_cpu) { in PE_cpu_power_enable()458 if (cpu_id != boot_cpu) { in IOCPUSleepKernel()472 processor_exit(machProcessors[boot_cpu]); in IOCPUSleepKernel()[all …]
520 boolean_t boot_cpu ) in register_cpu() argument525 this_cpu_datap = cpu_data_alloc(boot_cpu); in register_cpu()530 assert((boot_cpu && (target_cpu == 0)) || in register_cpu()531 (!boot_cpu && (target_cpu != 0))); in register_cpu()546 if (!boot_cpu) { in register_cpu()576 boolean_t boot_cpu, in ml_processor_register() argument588 return register_cpu( lapic_id, processor_out, boot_cpu ); in ml_processor_register()616 if (!boot_cpu) { in ml_processor_register()
212 boolean_t boot_cpu; member228 boolean_t boot_cpu,
101 extern void *console_cpu_alloc(boolean_t boot_cpu);
990 …if (topology_info.num_cpus >= (cpu_boot_arg - 1) && topology_info.boot_cpu == NULL && !is_boot_cpu… in ml_parse_cpu_topology()1080 assert(topology_info.boot_cpu == NULL); in ml_parse_cpu_topology()1081 topology_info.boot_cpu = cpu; in ml_parse_cpu_topology()1109 assert(topology_info.boot_cpu != NULL); in ml_parse_cpu_topology()1119 uint64_t cpuid = topology_info.boot_cpu->cpu_id; in ml_parse_cpu_topology()1174 return topology_info.boot_cpu->cpu_id; in ml_get_boot_cpu_number()
406 ml_topology_cpu_t *boot_cpu; member
1313 ml_cpu_get_info_type(ml_cpu_info, ml_get_topology_info()->boot_cpu->cluster_type); in ml_cpu_get_info()