Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/hisilicon/hikey/include/
H A Dhikey_layout.h103 #define TSP_SEC_MEM_SIZE (BL32_DRAM_LIMIT - BL32_DRAM_BASE) macro
108 #define TSP_SEC_MEM_SIZE (BL32_SRAM_LIMIT - BL32_SRAM_BASE) macro
/rk3399_ARM-atf/include/plat/arm/common/
H A Darm_def.h318 TSP_SEC_MEM_SIZE, \
707 # define TSP_SEC_MEM_SIZE (ARM_AP_TZC_DRAM1_SIZE - ULL(0x200000)) macro
713 # define TSP_SEC_MEM_SIZE (ARM_AP_TZC_DRAM1_SIZE - ULL(0x200000)) macro
720 # define TSP_SEC_MEM_SIZE (ARM_AP_TZC_DRAM1_SIZE - \ macro
728 # define TSP_SEC_MEM_SIZE ARM_BL_RAM_SIZE macro
734 # define TSP_SEC_MEM_SIZE PLAT_ARM_TRUSTED_DRAM_SIZE macro
740 # define TSP_SEC_MEM_SIZE ARM_AP_TZC_DRAM1_SIZE macro
/rk3399_ARM-atf/docs/components/spd/
H A Dtrusty-dispatcher.rst23 function, but defines ``TSP_SEC_MEM_SIZE``, a default implementation
24 will pass the memory size from ``TSP_SEC_MEM_SIZE``. ``args->arg1``
/rk3399_ARM-atf/plat/qti/msm8916/include/
H A Dplatform_def.h73 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE) macro
/rk3399_ARM-atf/plat/socionext/uniphier/include/
H A Dplatform_def.h73 #define TSP_SEC_MEM_SIZE ((BL32_LIMIT) - (BL32_BASE)) macro
/rk3399_ARM-atf/plat/hisilicon/poplar/aarch64/
H A Dplatform_common.c30 TSP_SEC_MEM_SIZE, \
/rk3399_ARM-atf/plat/hisilicon/hikey960/include/
H A Dplatform_def.h88 #define TSP_SEC_MEM_SIZE (BL32_DRAM_LIMIT - BL32_DRAM_BASE) macro
/rk3399_ARM-atf/bl32/tsp/
H A Dtsp.ld.S15 RAM (rwx): ORIGIN = TSP_SEC_MEM_BASE, LENGTH = TSP_SEC_MEM_SIZE
/rk3399_ARM-atf/plat/hisilicon/hikey/aarch64/
H A Dhikey_common.c28 TSP_SEC_MEM_SIZE, \
/rk3399_ARM-atf/plat/hisilicon/hikey960/aarch64/
H A Dhikey960_common.c42 TSP_SEC_MEM_SIZE, \
/rk3399_ARM-atf/plat/xilinx/versal/include/
H A Dplatform_def.h78 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE) macro
/rk3399_ARM-atf/services/spd/trusty/
H A Dtrusty.c426 #if !defined(TSP_SEC_MEM_SIZE) && defined(BL32_MEM_SIZE)
427 #define TSP_SEC_MEM_SIZE BL32_MEM_SIZE macro
430 #ifdef TSP_SEC_MEM_SIZE
434 args->arg0 = TSP_SEC_MEM_SIZE; in plat_trusty_set_boot_args()
/rk3399_ARM-atf/plat/amd/versal2/include/
H A Dplatform_def.h81 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE) macro
/rk3399_ARM-atf/plat/xilinx/versal_net/include/
H A Dplatform_def.h86 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE) macro
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dplatform_def.h105 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE + 1) macro
/rk3399_ARM-atf/plat/hisilicon/poplar/include/
H A Dplatform_def.h100 #define TSP_SEC_MEM_SIZE (BL32_DRAM_LIMIT - BL32_DRAM_BASE) macro
/rk3399_ARM-atf/plat/brcm/board/stingray/include/
H A Dplatform_def.h197 #define TSP_SEC_MEM_SIZE BL32_VA_SIZE macro
/rk3399_ARM-atf/include/plat/nuvoton/common/
H A Dnpcm845x_arm_def.h173 #define TSP_SEC_MEM_SIZE ARM_AP_TZC_DRAM1_SIZE macro
276 TSP_SEC_MEM_BASE, TSP_SEC_MEM_SIZE, \
/rk3399_ARM-atf/plat/xilinx/zynqmp/include/
H A Dplatform_def.h87 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE) macro
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst442 - **#define : TSP_SEC_MEM_SIZE**
445 platform. ``TSP_SEC_MEM_BASE`` and ``TSP_SEC_MEM_SIZE`` must fully
H A Dchange-log.md10874 BL32_MEM_SIZE instead of TSP_SEC_MEM_SIZE