Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm/
H A Dcpu_data_internal.h230 cluster_type_t cpu_cluster_type; member
/xnu-12377.1.9/osfmk/arm64/
H A Dcpu.c788 cpu_data_ptr->cpu_cluster_type = CLUSTER_TYPE_SMP; in cpu_data_init()
H A Dmachine_routines.c1636 this_cpu_datap->cpu_cluster_type = in_processor_info->cluster_type; in ml_processor_register()
1662 …pset = pset_create(this_cpu_datap->cpu_cluster_type, this_cpu_datap->cpu_cluster_id, this_cpu_data… in ml_processor_register()
/xnu-12377.1.9/osfmk/kern/
H A Dkern_stackshot.c5956 .cluster_type = current_cpu_datap()->cpu_cluster_type, in stackshot_cpu_preflight()
5975 && current_cpu_datap()->cpu_cluster_type == CLUSTER_TYPE_P in stackshot_cpu_preflight()
6048 if (current_cpu_datap()->cpu_cluster_type != CLUSTER_TYPE_P) { in stackshot_cpu_do_work()