Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/hisilicon/hikey/include/
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
/trusted-firmware-a/include/plat/arm/common/
A Darm_def.h272 TSP_SEC_MEM_SIZE, \
625 # define TSP_SEC_MEM_SIZE (ARM_AP_TZC_DRAM1_SIZE - ULL(0x200000)) macro
631 # define TSP_SEC_MEM_SIZE (ARM_AP_TZC_DRAM1_SIZE - ULL(0x200000)) macro
638 # define TSP_SEC_MEM_SIZE (ARM_AP_TZC_DRAM1_SIZE - \ macro
646 # define TSP_SEC_MEM_SIZE ARM_BL_RAM_SIZE macro
652 # define TSP_SEC_MEM_SIZE PLAT_ARM_TRUSTED_DRAM_SIZE macro
658 # define TSP_SEC_MEM_SIZE ARM_AP_TZC_DRAM1_SIZE macro
/trusted-firmware-a/docs/components/spd/
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``
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/spd/
A Dtrusty-dispatcher.rst.txt23 function, but defines ``TSP_SEC_MEM_SIZE``, a default implementation
24 will pass the memory size from ``TSP_SEC_MEM_SIZE``. ``args->arg1``
/trusted-firmware-a/plat/layerscape/board/ls1043/include/
A Dls_def.h55 TSP_SEC_MEM_SIZE, \
A Dplatform_def.h148 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE) macro
/trusted-firmware-a/plat/socionext/uniphier/include/
A Dplatform_def.h73 #define TSP_SEC_MEM_SIZE ((BL32_LIMIT) - (BL32_BASE)) macro
/trusted-firmware-a/plat/xilinx/versal/include/
A Dplatform_def.h68 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE + 1) macro
/trusted-firmware-a/plat/hisilicon/poplar/aarch64/
A Dplatform_common.c30 TSP_SEC_MEM_SIZE, \
/trusted-firmware-a/plat/hisilicon/hikey960/include/
A Dplatform_def.h88 #define TSP_SEC_MEM_SIZE (BL32_DRAM_LIMIT - BL32_DRAM_BASE) macro
/trusted-firmware-a/bl32/tsp/
A Dtsp.ld.S16 RAM (rwx): ORIGIN = TSP_SEC_MEM_BASE, LENGTH = TSP_SEC_MEM_SIZE
/trusted-firmware-a/services/spd/trusty/
A Dtrusty.c414 #if !defined(TSP_SEC_MEM_SIZE) && defined(BL32_MEM_SIZE)
415 #define TSP_SEC_MEM_SIZE BL32_MEM_SIZE macro
418 #ifdef TSP_SEC_MEM_SIZE
422 args->arg0 = TSP_SEC_MEM_SIZE; in plat_trusty_set_boot_args()
/trusted-firmware-a/plat/hisilicon/hikey/aarch64/
A Dhikey_common.c28 TSP_SEC_MEM_SIZE, \
/trusted-firmware-a/plat/hisilicon/hikey960/aarch64/
A Dhikey960_common.c42 TSP_SEC_MEM_SIZE, \
/trusted-firmware-a/plat/hisilicon/poplar/include/
A Dplatform_def.h100 #define TSP_SEC_MEM_SIZE (BL32_DRAM_LIMIT - BL32_DRAM_BASE) macro
/trusted-firmware-a/plat/intel/soc/common/include/
A Dplatform_def.h83 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE + 1) macro
/trusted-firmware-a/plat/xilinx/zynqmp/include/
A Dplatform_def.h78 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE + 1) macro
/trusted-firmware-a/plat/brcm/board/stingray/include/
A Dplatform_def.h197 #define TSP_SEC_MEM_SIZE BL32_VA_SIZE macro
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst428 - **#define : TSP_SEC_MEM_SIZE**
431 platform. ``TSP_SEC_MEM_BASE`` and ``TSP_SEC_MEM_SIZE`` must fully
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt428 - **#define : TSP_SEC_MEM_SIZE**
431 platform. ``TSP_SEC_MEM_BASE`` and ``TSP_SEC_MEM_SIZE`` must fully
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt2247 BL32_MEM_SIZE instead of TSP_SEC_MEM_SIZE
/trusted-firmware-a/docs/
A Dchange-log.md2247 BL32_MEM_SIZE instead of TSP_SEC_MEM_SIZE

Completed in 36 milliseconds