Searched refs:PLAT_SPM_BUF_SIZE (Results 1 – 10 of 10) sorted by relevance
/trusted-firmware-a/include/plat/arm/common/ |
A D | arm_spm_def.h | 46 #define PLAT_SPM_BUF_SIZE ULL(0x100000) macro 50 PLAT_SPM_BUF_SIZE, \ 55 PLAT_SPM_BUF_SIZE, \ 64 #define PLAT_SP_IMAGE_NS_BUF_BASE (PLAT_SPM_BUF_BASE + PLAT_SPM_BUF_SIZE)
|
/trusted-firmware-a/plat/socionext/synquacer/include/ |
A D | platform_def.h | 96 #define PLAT_SPM_BUF_BASE (BL32_LIMIT - 32 * PLAT_SPM_BUF_SIZE) 97 #define PLAT_SPM_BUF_SIZE ULL(0x10000) macro 100 PLAT_SPM_BUF_SIZE, \
|
/trusted-firmware-a/plat/qemu/qemu_sbsa/include/ |
A D | platform_def.h | 292 #define PLAT_SPM_BUF_SIZE (PLATFORM_CORE_COUNT * \ macro 294 #define PLAT_SPM_BUF_BASE (BL32_LIMIT - PLAT_SPM_BUF_SIZE) 297 PLAT_SPM_BUF_SIZE, \ 302 PLAT_SPM_BUF_SIZE, \
|
/trusted-firmware-a/plat/socionext/synquacer/ |
A D | sq_spm.c | 55 .sp_shared_buf_size = PLAT_SPM_BUF_SIZE,
|
A D | sq_bl31_setup.c | 163 PLAT_SPM_BUF_SIZE, in bl31_plat_arch_setup()
|
/trusted-firmware-a/plat/arm/board/tc/ |
A D | tc_plat.c | 120 .sp_shared_buf_size = PLAT_SPM_BUF_SIZE,
|
/trusted-firmware-a/plat/arm/css/sgi/ |
A D | sgi_plat_v2.c | 129 .sp_shared_buf_size = PLAT_SPM_BUF_SIZE,
|
A D | sgi_plat.c | 139 .sp_shared_buf_size = PLAT_SPM_BUF_SIZE,
|
/trusted-firmware-a/plat/qemu/common/ |
A D | qemu_spm.c | 51 .sp_shared_buf_size = PLAT_SPM_BUF_SIZE,
|
/trusted-firmware-a/plat/arm/board/fvp/ |
A D | fvp_common.c | 269 .sp_shared_buf_size = PLAT_SPM_BUF_SIZE,
|
Completed in 13 milliseconds