/arm-trusted-firmware-2.8.0/plat/arm/board/corstone1000/common/ |
A D | corstone1000_topology.c | 11 static unsigned char corstone1000_power_domain_tree_desc[PLAT_ARM_CLUSTER_COUNT 26 corstone1000_power_domain_tree_desc[1] = PLAT_ARM_CLUSTER_COUNT; in plat_get_power_domain_tree_desc() 28 for (i = 0; i < PLAT_ARM_CLUSTER_COUNT; i++) in plat_get_power_domain_tree_desc()
|
/arm-trusted-firmware-2.8.0/plat/arm/board/corstone700/common/ |
A D | corstone700_topology.c | 11 static unsigned char corstone700_power_domain_tree_desc[PLAT_ARM_CLUSTER_COUNT 26 corstone700_power_domain_tree_desc[1] = PLAT_ARM_CLUSTER_COUNT; in plat_get_power_domain_tree_desc() 28 for (i = 0; i < PLAT_ARM_CLUSTER_COUNT; i++) in plat_get_power_domain_tree_desc()
|
/arm-trusted-firmware-2.8.0/plat/arm/board/n1sdp/ |
A D | n1sdp_topology.c | 23 PLAT_ARM_CLUSTER_COUNT, 24 PLAT_ARM_CLUSTER_COUNT,
|
/arm-trusted-firmware-2.8.0/plat/arm/board/rdn2/include/ |
A D | platform_def.h | 15 #define PLAT_ARM_CLUSTER_COUNT U(8) macro 17 #define PLAT_ARM_CLUSTER_COUNT U(4) macro 19 #define PLAT_ARM_CLUSTER_COUNT U(16) macro
|
/arm-trusted-firmware-2.8.0/plat/arm/board/sgi575/ |
A D | sgi575_topology.c | 13 PLAT_ARM_CLUSTER_COUNT,
|
/arm-trusted-firmware-2.8.0/plat/arm/board/rde1edge/ |
A D | rde1edge_topology.c | 16 PLAT_ARM_CLUSTER_COUNT,
|
/arm-trusted-firmware-2.8.0/plat/arm/board/morello/ |
A D | morello_topology.c | 27 PLAT_ARM_CLUSTER_COUNT,
|
/arm-trusted-firmware-2.8.0/plat/arm/board/tc/ |
A D | tc_topology.c | 14 PLAT_ARM_CLUSTER_COUNT,
|
/arm-trusted-firmware-2.8.0/plat/arm/board/rde1edge/include/ |
A D | platform_def.h | 15 #define PLAT_ARM_CLUSTER_COUNT U(2) macro
|
/arm-trusted-firmware-2.8.0/plat/arm/board/sgi575/include/ |
A D | platform_def.h | 15 #define PLAT_ARM_CLUSTER_COUNT U(2) macro
|
/arm-trusted-firmware-2.8.0/plat/arm/common/ |
A D | arm_ccn.c | 23 CASSERT(PLAT_ARM_CLUSTER_COUNT == ARRAY_SIZE(master_to_rn_id_map),
|
A D | arm_topology.c | 44 if (cluster_id >= PLAT_ARM_CLUSTER_COUNT) in arm_check_mpidr()
|
/arm-trusted-firmware-2.8.0/plat/arm/board/rdn1edge/include/ |
A D | platform_def.h | 15 #define PLAT_ARM_CLUSTER_COUNT U(2) macro
|
/arm-trusted-firmware-2.8.0/plat/arm/board/rdn1edge/ |
A D | rdn1edge_topology.c | 14 (PLAT_ARM_CLUSTER_COUNT) * (CSS_SGI_CHIP_COUNT),
|
/arm-trusted-firmware-2.8.0/plat/arm/board/morello/include/ |
A D | platform_def.h | 102 #define PLAT_ARM_CLUSTER_COUNT U(2) macro 108 PLAT_ARM_CLUSTER_COUNT * \
|
/arm-trusted-firmware-2.8.0/plat/arm/board/rdv1/ |
A D | rdv1_topology.c | 14 PLAT_ARM_CLUSTER_COUNT,
|
/arm-trusted-firmware-2.8.0/plat/arm/board/n1sdp/include/ |
A D | platform_def.h | 129 #define PLAT_ARM_CLUSTER_COUNT U(2) macro 135 PLAT_ARM_CLUSTER_COUNT * \
|
/arm-trusted-firmware-2.8.0/plat/arm/board/rdv1mc/ |
A D | rdv1mc_topology.c | 16 ((PLAT_ARM_CLUSTER_COUNT) * (CSS_SGI_CHIP_COUNT)),
|
/arm-trusted-firmware-2.8.0/plat/arm/board/rdv1/include/ |
A D | platform_def.h | 14 #define PLAT_ARM_CLUSTER_COUNT U(16) macro
|
/arm-trusted-firmware-2.8.0/plat/arm/board/rdv1mc/include/ |
A D | platform_def.h | 13 #define PLAT_ARM_CLUSTER_COUNT U(4) macro
|
/arm-trusted-firmware-2.8.0/plat/arm/board/corstone700/common/include/ |
A D | platform_def.h | 34 #define PLAT_ARM_CLUSTER_COUNT CORSTONE700_CLUSTER_COUNT macro 36 #define PLATFORM_CORE_COUNT (PLAT_ARM_CLUSTER_COUNT * \
|
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/fconf/ |
A D | fconf_hw_config_getter.c | 128 uint32_t cpus_per_cluster[PLAT_ARM_CLUSTER_COUNT] = {0}; in fconf_populate_topology() 132 assert(cluster_count < PLAT_ARM_CLUSTER_COUNT); in fconf_populate_topology()
|
/arm-trusted-firmware-2.8.0/plat/arm/board/rdn2/ |
A D | rdn2_topology.c | 14 (PLAT_ARM_CLUSTER_COUNT) * (CSS_SGI_CHIP_COUNT),
|
/arm-trusted-firmware-2.8.0/plat/arm/css/sgi/aarch64/ |
A D | sgi_helper.S | 52 mov x4, #PLAT_ARM_CLUSTER_COUNT
|
/arm-trusted-firmware-2.8.0/plat/arm/board/corstone1000/common/include/ |
A D | platform_def.h | 43 #define PLAT_ARM_CLUSTER_COUNT CORSTONE1000_CLUSTER_COUNT macro 45 #define PLATFORM_CORE_COUNT (PLAT_ARM_CLUSTER_COUNT * \
|