Searched refs:cluster_type_t (Results 1 – 18 of 18) sorted by relevance
| /xnu-8020.140.41/osfmk/arm/ |
| H A D | machine_routines.h | 265 } cluster_type_t; typedef 271 unsigned int ml_get_cpu_number_type(cluster_type_t cluster_type, bool logical, bool available); 273 unsigned int ml_cpu_cache_sharing(unsigned int level, cluster_type_t cluster_type, bool include_all… 311 cluster_type_t ml_get_boot_cluster_type(void); 318 cluster_type_t cluster_type; 356 cluster_type_t cluster_type; 443 cluster_type_t cluster_type; 618 void ml_cpu_get_info_type(ml_cpu_info_t * ml_cpu_info, cluster_type_t cluster_type); 1179 extern void sched_perfcontrol_thread_group_recommend(void *data, cluster_type_t recommendation);
|
| H A D | cpuid.c | 311 cluster_type_t cluster_type = ml_get_topology_info()->cpus[ml_get_cpu_number_local()].cluster_type; in do_cacheid() 433 cache_info_type(cluster_type_t cluster_type) in cache_info_type()
|
| H A D | cpuid.h | 277 extern cache_info_t *cache_info_type(cluster_type_t cluster_type);
|
| H A D | cpu_data_internal.h | 250 cluster_type_t cpu_cluster_type;
|
| H A D | machine_routines_common.c | 1230 ml_cpu_get_info_type(ml_cpu_info_t * ml_cpu_info, cluster_type_t cluster_type) in ml_cpu_get_info_type() 1263 ml_get_cpu_number_type(cluster_type_t cluster_type, bool logical, bool available) in ml_get_cpu_number_type() 1281 ml_cpu_cache_sharing(unsigned int level, cluster_type_t cluster_type, bool include_all_cpu_types __… in ml_cpu_cache_sharing()
|
| H A D | machine_routines.c | 485 cluster_type_t
|
| /xnu-8020.140.41/osfmk/i386/ |
| H A D | machine_routines.h | 135 } cluster_type_t; typedef 354 unsigned int ml_cpu_cache_sharing(unsigned int level, cluster_type_t cluster_type, bool include_all… 355 void ml_cpu_get_info_type(ml_cpu_info_t * ml_cpu_info, cluster_type_t cluster_type); 356 unsigned int ml_get_cpu_number_type(cluster_type_t cluster_type, bool logical, bool available);
|
| H A D | machine_routines.c | 623 ml_cpu_get_info_type(ml_cpu_info_t *cpu_infop, cluster_type_t cluster_type __unused) in ml_cpu_get_info_type() 694 ml_get_cpu_number_type(cluster_type_t cluster_type __unused, bool logical, bool available) in ml_get_cpu_number_type()
|
| H A D | cpu_topology.c | 319 ml_cpu_cache_sharing(unsigned int level, cluster_type_t cluster_type __unused, bool include_all_cpu… in ml_cpu_cache_sharing()
|
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | thread_group.h | 93 cluster_type_t thread_group_recommendation(struct thread_group *tg); 98 void thread_group_update_recommendation(struct thread_group *tg, cluster_type_t new_reco…
|
| H A D | processor.h | 266 cluster_type_t pset_type; 530 cluster_type_t recommendation); 564 extern cluster_type_t pset_type_for_id(uint32_t cluster_id);
|
| H A D | thread_group.c | 53 cluster_type_t tg_recommendation; 1174 inline cluster_type_t 1282 thread_group_update_recommendation(struct thread_group *tg, cluster_type_t new_recommendation) in thread_group_update_recommendation() 1298 sched_perfcontrol_thread_group_recommend(__unused void *machine_data, __unused cluster_type_t new_r… in sched_perfcontrol_thread_group_recommend() 1363 sched_perfcontrol_thread_group_recommend(__unused void *machine_data, __unused cluster_type_t new_r… in sched_perfcontrol_thread_group_recommend()
|
| H A D | processor.c | 360 cluster_type_t 382 …cluster_type_t current_processor_type = pset_type_for_id(processor->processor_set->pset_cluster_id… in processor_state_update_running_foreign() 383 cluster_type_t thread_type = pset_type_for_id(sched_edge_thread_preferred_cluster(thread)); in processor_state_update_running_foreign() 1667 thread_group_pset_recommendation(__unused struct thread_group *tg, __unused cluster_type_t recommen… in thread_group_pset_recommendation() 1733 cluster_type_t recommendation = thread_group_recommendation(tg); in recommended_pset_type()
|
| H A D | sched_amp.c | 109 sched_amp_thread_group_recommendation_change(struct thread_group *tg, cluster_type_t new_recommenda… 685 sched_amp_thread_group_recommendation_change(struct thread_group *tg, cluster_type_t new_recommenda… in sched_amp_thread_group_recommendation_change()
|
| H A D | sched_prim.h | 879 …void (*thread_group_recommendation_change)(struct thread_group *tg, cluster_type_t new_recommendat…
|
| H A D | sched_clutch.c | 4181 cluster_type_t preferred_cluster_type = pset_type_for_id(preferred_cluster_id); in sched_edge_migration_check()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_mib.c | 233 static cluster_type_t 1240 …cluster_type_t min_perflevel_cluster_type = cpu_type_for_perflevel(__builtin_popcount(ml_get_cpu_t… in sysctl_mib_init()
|
| /xnu-8020.140.41/osfmk/arm64/ |
| H A D | machine_routines.c | 1152 cluster_type_t
|