Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/arm/
H A Dcpu_topology.h169 unsigned int cluster_type_num_cpus[MAX_CPU_TYPES];
170 unsigned int cluster_type_num_clusters[MAX_CPU_TYPES];
H A Dcpuid.c80 static cache_info_t cpuid_cache_info[MAX_CPU_TYPES] = { 0 };
502 assert((cluster_type >= 0) && (cluster_type < MAX_CPU_TYPES)); in cache_info_type()
H A Dmachine_routines_common.c64 extern _Atomic unsigned int cluster_type_num_active_cpus[MAX_CPU_TYPES];
65 const char *cluster_type_names[MAX_CPU_TYPES] = {
H A Dmachine_routines.h273 MAX_CPU_TYPES, enumerator
/xnu-11417.140.69/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_defines.h50 MAX_CPU_TYPES, enumerator
/xnu-11417.140.69/osfmk/i386/
H A Dmachine_routines.h147 MAX_CPU_TYPES, enumerator
/xnu-11417.140.69/bsd/kern/
H A Dkern_mib.c245 cluster_type_t cluster_types_in_order[MAX_CPU_TYPES]; in cpu_type_for_perflevel()
253 for (int i = 0; i < MAX_CPU_TYPES; i++) { in cpu_type_for_perflevel()
/xnu-11417.140.69/osfmk/arm64/
H A Dmachine_routines.c166 _Atomic unsigned int cluster_type_num_active_cpus[MAX_CPU_TYPES];