Lines Matching refs:boot_cpu
66 static unsigned int boot_cpu; variable
244 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()
486 PE_cpu_power_enable(boot_cpu); in IOCPUSleepKernel()
498 if (cpu_id != boot_cpu) { in IOCPUSleepKernel()