Home
last modified time | relevance | path

Searched refs:CLUSTER_TYPE_E (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dsys_recount.c185 case CLUSTER_TYPE_E: in _perflevel_index_to_cpu_kind()
H A Dkdebug.c1334 case CLUSTER_TYPE_E: in _copy_ap_name()
/xnu-8792.41.9/osfmk/kern/
H A Drecount.h203 (CLUSTER_TYPE_E > CLUSTER_TYPE_P));
H A Dsched_amp.c226 pset->pset_type = CLUSTER_TYPE_E; in sched_amp_pset_init()
743 assert(pset->pset_type == CLUSTER_TYPE_E); in sched_amp_cpu_init_completed()
H A Dprocessor.c206 if (boot_cluster->cluster_type == CLUSTER_TYPE_E) { in processor_bootstrap()
1682 case CLUSTER_TYPE_E: in recommended_pset_type()
H A Dsched_clutch.c3554 pset->pset_type = (pset->pset_cluster_type == PSET_AMP_P) ? CLUSTER_TYPE_P : CLUSTER_TYPE_E; in sched_edge_pset_init()
4867 } else if ((src_pset->pset_type == CLUSTER_TYPE_P) && (dst_pset->pset_type == CLUSTER_TYPE_E)) { in sched_edge_cpu_init_completed()
4970 uint32_t ecpu_count = ml_get_cpu_number_type(CLUSTER_TYPE_E, false, false); in sched_edge_qos_max_parallelism()
4972 uint32_t ecluster_count = ml_get_cluster_number_type(CLUSTER_TYPE_E); in sched_edge_qos_max_parallelism()
/xnu-8792.41.9/osfmk/arm/
H A Dmachine_routines.h264 CLUSTER_TYPE_E, enumerator
H A Dmachine_routines_common.c70 [CLUSTER_TYPE_E] = "Efficiency",
/xnu-8792.41.9/osfmk/arm64/
H A Dmachine_routines.c1021 cpu->cluster_type = CLUSTER_TYPE_E; in ml_parse_cpu_topology()
1354 …pset_cluster_type_t pset_cluster_type = this_cpu_datap->cpu_cluster_type == CLUSTER_TYPE_E ? PSET_… in ml_processor_register()