Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm64/
H A Dmachine_routines.c923 int64_t cluster_max_cpu_phys_id[MAX_CPU_CLUSTER_PHY_ID + 1]; in ml_parse_cpu_topology() local
942 cluster_max_cpu_phys_id[i] = 0; in ml_parse_cpu_topology()
1043 if (MPIDR_CPU_ID(cpu->phys_id) > cluster_max_cpu_phys_id[phys_cluster_id]) { in ml_parse_cpu_topology()
1044 cluster_max_cpu_phys_id[phys_cluster_id] = MPIDR_CPU_ID(cpu->phys_id); in ml_parse_cpu_topology()
1071 cur_cluster_offset += (cluster_max_cpu_phys_id[i] + 1); in ml_parse_cpu_topology()