Home
last modified time | relevance | path

Searched refs:boot_cpu (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.41.9/iokit/Kernel/arm/
H A DAppleARMSMP.cpp66 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()
[all …]
/xnu-8792.41.9/osfmk/i386/
H A Dmachine_routines.c520 boolean_t boot_cpu ) in register_cpu() argument
525 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() argument
588 return register_cpu( lapic_id, processor_out, boot_cpu ); in ml_processor_register()
616 if (!boot_cpu) { in ml_processor_register()
H A Dmachine_routines.h212 boolean_t boot_cpu; member
228 boolean_t boot_cpu,
H A Dmp.h101 extern void *console_cpu_alloc(boolean_t boot_cpu);
/xnu-8792.41.9/osfmk/arm64/
H A Dmachine_routines.c990 …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()
/xnu-8792.41.9/osfmk/arm/
H A Dmachine_routines.h406 ml_topology_cpu_t *boot_cpu; member
H A Dmachine_routines_common.c1313 ml_cpu_get_info_type(ml_cpu_info, ml_get_topology_info()->boot_cpu->cluster_type); in ml_cpu_get_info()