Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm/
H A Dcpu_data_internal.h230 cluster_type_t cpu_cluster_type; member
/xnu-11215/osfmk/arm64/
H A Dmachine_routines.c1631 this_cpu_datap->cpu_cluster_type = in_processor_info->cluster_type; in ml_processor_register()
1657 …ter_type_t pset_cluster_type = cluster_type_to_pset_cluster_type(this_cpu_datap->cpu_cluster_type); in ml_processor_register()
1658 pset_node_t pset_node = cluster_type_to_pset_node(this_cpu_datap->cpu_cluster_type); in ml_processor_register()
H A Dcpu.c793 cpu_data_ptr->cpu_cluster_type = CLUSTER_TYPE_SMP; in cpu_data_init()
/xnu-11215/osfmk/kern/
H A Dkern_stackshot.c5740 .cluster_type = current_cpu_datap()->cpu_cluster_type, in stackshot_cpu_preflight()
5759 && current_cpu_datap()->cpu_cluster_type == CLUSTER_TYPE_P in stackshot_cpu_preflight()
5825 if (current_cpu_datap()->cpu_cluster_type == CLUSTER_TYPE_E) { in stackshot_cpu_do_work()