Home
last modified time | relevance | path

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

/xnu-11215.61.5/pexpert/pexpert/arm64/
H A Dboard_config.h35 #define MAX_CPU_CLUSTER_PHY_ID 10 macro
57 #define MAX_CPU_CLUSTER_PHY_ID 10 macro
221 #define MAX_CPU_CLUSTER_PHY_ID 10 macro
270 #ifndef MAX_CPU_CLUSTER_PHY_ID
271 #define MAX_CPU_CLUSTER_PHY_ID (MAX_CPU_CLUSTERS - 1) macro
/xnu-11215.61.5/osfmk/arm64/
H A Dmachine_routines.c177 SECURITY_READ_ONLY_LATE(int64_t) cluster_offsets[MAX_CPU_CLUSTER_PHY_ID + 1];
1129 int64_t cluster_phys_to_logical[MAX_CPU_CLUSTER_PHY_ID + 1]; in ml_parse_cpu_topology()
1130 int64_t cluster_max_cpu_phys_id[MAX_CPU_CLUSTER_PHY_ID + 1]; in ml_parse_cpu_topology()
1146 for (int i = 0; i <= MAX_CPU_CLUSTER_PHY_ID; i++) { in ml_parse_cpu_topology()
1226 assert(phys_cluster_id <= MAX_CPU_CLUSTER_PHY_ID); in ml_parse_cpu_topology()
1288 for (int i = 0; i <= MAX_CPU_CLUSTER_PHY_ID; i++) { in ml_parse_cpu_topology()