Home
last modified time | relevance | path

Searched refs:cpu_cluster_type (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dcpu_data_internal.h250 cluster_type_t cpu_cluster_type; member
H A Dcpu.c344 cpu_data_ptr->cpu_cluster_type = CLUSTER_TYPE_SMP; in cpu_data_init()
/xnu-8019.80.24/osfmk/arm64/
H A Dmachine_routines.c1301 this_cpu_datap->cpu_cluster_type = in_processor_info->cluster_type; in ml_processor_register()
1316 …pset_cluster_type_t pset_cluster_type = this_cpu_datap->cpu_cluster_type == CLUSTER_TYPE_E ? PSET_… in ml_processor_register()
1317 …pset = pset_create(ml_get_boot_cluster_type() == this_cpu_datap->cpu_cluster_type ? &pset_node0 : … in ml_processor_register()
H A Dcpu.c819 cpu_data_ptr->cpu_cluster_type = CLUSTER_TYPE_SMP; in cpu_data_init()