Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm64/
H A Dmachine_routines.c1222 uint32_t phys_cluster_id = MPIDR_CLUSTER_ID(cpu->phys_id); in ml_parse_cpu_topology() local
1224 uint32_t phys_cluster_id = (cpu->cluster_type == CLUSTER_TYPE_P); in ml_parse_cpu_topology() local
1226 assert(phys_cluster_id <= MAX_CPU_CLUSTER_PHY_ID); in ml_parse_cpu_topology()
1227 cpu->cluster_id = ((cluster_phys_to_logical[phys_cluster_id] == -1) ? in ml_parse_cpu_topology()
1228 topology_info.num_clusters : cluster_phys_to_logical[phys_cluster_id]); in ml_parse_cpu_topology()
1244 assert(cluster_phys_to_logical[phys_cluster_id] == -1); in ml_parse_cpu_topology()
1245 cluster_phys_to_logical[phys_cluster_id] = cpu->cluster_id; in ml_parse_cpu_topology()
1257 if (MPIDR_CPU_ID(cpu->phys_id) > cluster_max_cpu_phys_id[phys_cluster_id]) { in ml_parse_cpu_topology()
1258 cluster_max_cpu_phys_id[phys_cluster_id] = MPIDR_CPU_ID(cpu->phys_id); in ml_parse_cpu_topology()