Searched refs:PLATFORM_CORE_COUNT (Results 1 - 25 of 57) sorted by relevance

123

/device/linaro/bootloader/arm-trusted-firmware/lib/el3_runtime/
H A Dcpu_data_array.c12 cpu_data_t percpu_data[PLATFORM_CORE_COUNT];
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/
H A Dplat_zynqmp.c14 if ((mpidr & MPIDR_CPU_MASK) >= PLATFORM_CORE_COUNT)
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/
H A Dplat_topology.c14 PLATFORM_CORE_COUNT,
27 if ((mpidr & MPIDR_CPU_MASK) >= PLATFORM_CORE_COUNT)
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/
H A Dplatform_def.h27 #define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER_COUNT * \ macro
29 #define PLAT_NUM_PWR_DOMAINS (PLATFORM_CORE_COUNT + \
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/
H A Djuno_topology.c59 const uint32_t plat_css_core_pos_to_scmi_dmn_id_map[PLATFORM_CORE_COUNT] = {
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/
H A Dplat_topology.c29 if (cpu_id >= PLATFORM_CORE_COUNT)
H A Drockchip_gicv3.c24 uintptr_t rdistif_base_addrs[PLATFORM_CORE_COUNT];
48 .rdistif_num = PLATFORM_CORE_COUNT,
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/
H A Dplatform_def.h47 #define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER1_CORE_COUNT + \ macro
52 PLATFORM_CORE_COUNT)
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
H A Duniphier_gicv3.c15 static uintptr_t uniphier_rdistif_base_addrs[PLATFORM_CORE_COUNT];
63 .rdistif_num = PLATFORM_CORE_COUNT,
72 .rdistif_num = PLATFORM_CORE_COUNT,
81 .rdistif_num = PLATFORM_CORE_COUNT,
/device/linaro/bootloader/arm-trusted-firmware/plat/compat/
H A Dplat_topology_compat.c15 [PLATFORM_NUM_AFFS - PLATFORM_CORE_COUNT + 1];
100 unsigned long mpidr_list[PLATFORM_CORE_COUNT];
156 assert(affmap_idx == (PLATFORM_NUM_AFFS - PLATFORM_CORE_COUNT + 1));
/device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch32/
H A Dplatform_mp_stack.S47 PLATFORM_STACK_SIZE, PLATFORM_CORE_COUNT
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/include/
H A Dplatform_def.h19 #define PLATFORM_CORE_COUNT \ macro
23 PLATFORM_CORE_COUNT) + 1
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
H A Darm_gicv3.c27 static uintptr_t rdistif_base_addrs[PLATFORM_CORE_COUNT];
66 .rdistif_num = PLATFORM_CORE_COUNT,
H A Darm_gicv2.c31 static unsigned int target_mask_array[PLATFORM_CORE_COUNT];
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/include/
H A Dplatform_def.h28 #define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER_COUNT * \ macro
31 #define PLAT_NUM_PWR_DOMAINS (PLATFORM_CORE_COUNT + \
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/
H A Dplatform_def.h48 #define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER1_CORE_COUNT + \ macro
53 PLATFORM_CORE_COUNT)
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/include/
H A Dplatform_def.h46 #define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER1_CORE_COUNT + \ macro
51 PLATFORM_CORE_COUNT)
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/include/
H A Dplatform_def.h46 #define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER1_CORE_COUNT + \ macro
51 PLATFORM_CORE_COUNT)
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/include/
H A Dplatform_def.h23 #define PLATFORM_CORE_COUNT (PLATFORM_CLUSTER0_CORE_COUNT + \ macro
29 PLATFORM_CORE_COUNT)
90 #define PLAT_QEMU_HOLD_SIZE (PLATFORM_CORE_COUNT * \
/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
H A Dtsp_timer.c20 static timer_context_t pcpu_timer_context[PLATFORM_CORE_COUNT];
/device/linaro/bootloader/arm-trusted-firmware/include/lib/
H A Dbakery_lock.h12 #define BAKERY_LOCK_MAX_CPUS PLATFORM_CORE_COUNT
/device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/
H A Dpsci_compat.h56 extern unsigned int psci_power_state_compat[PLATFORM_CORE_COUNT];
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t132/
H A Dplat_setup.c25 PLATFORM_CORE_COUNT,
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/include/
H A Dplatform_def.h22 #define PLATFORM_CORE_COUNT \ macro
/device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
H A Dsp_min.ld.S142 . = . + (__PERCPU_BAKERY_LOCK_SIZE__ * (PLATFORM_CORE_COUNT - 1));
164 . = . + (__PERCPU_TIMESTAMP_SIZE__ * (PLATFORM_CORE_COUNT - 1));

Completed in 288 milliseconds

123