Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/arm/
H A Dcpu_data_internal.h205 cluster_type_t cpu_cluster_type; member
/xnu-8792.41.9/osfmk/arm64/
H A Dmachine_routines.c1337 this_cpu_datap->cpu_cluster_type = in_processor_info->cluster_type; in ml_processor_register()
1354 …pset_cluster_type_t pset_cluster_type = this_cpu_datap->cpu_cluster_type == CLUSTER_TYPE_E ? PSET_… in ml_processor_register()
1355 …pset = pset_create(ml_get_boot_cluster_type() == this_cpu_datap->cpu_cluster_type ? &pset_node0 : … in ml_processor_register()
H A Dcpu.c804 cpu_data_ptr->cpu_cluster_type = CLUSTER_TYPE_SMP; in cpu_data_init()