Home
last modified time | relevance | path

Searched refs:MAX_CPU_TYPES (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/osfmk/arm/
H A Dcpuid.c79 static cache_info_t cpuid_cache_info[MAX_CPU_TYPES] = { 0 };
418 assert((cluster_type >= 0) && (cluster_type < MAX_CPU_TYPES)); in cache_info_type()
H A Dmachine_routines.h266 MAX_CPU_TYPES, enumerator
410 unsigned int cluster_type_num_cpus[MAX_CPU_TYPES];
411 unsigned int cluster_type_num_clusters[MAX_CPU_TYPES];
H A Dmachine_routines_common.c66 extern _Atomic unsigned int cluster_type_num_active_cpus[MAX_CPU_TYPES];
67 const char *cluster_type_names[MAX_CPU_TYPES] = {
/xnu-8792.41.9/osfmk/i386/
H A Dmachine_routines.h130 MAX_CPU_TYPES, enumerator
/xnu-8792.41.9/osfmk/arm64/
H A Dmachine_routines.c142 _Atomic unsigned int cluster_type_num_active_cpus[MAX_CPU_TYPES];