Home
last modified time | relevance | path

Searched refs:PLAT_SPM_BUF_SIZE (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-a-latest/include/plat/arm/common/
Darm_spm_def.h46 #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-latest/plat/socionext/synquacer/include/
Dplatform_def.h133 #define PLAT_SPM_BUF_BASE (BL32_LIMIT - 32 * PLAT_SPM_BUF_SIZE)
134 #define PLAT_SPM_BUF_SIZE ULL(0x10000) macro
137 PLAT_SPM_BUF_SIZE, \
/trusted-firmware-a-latest/plat/qemu/qemu_sbsa/include/
Dplatform_def.h294 #define PLAT_SPM_BUF_SIZE (PLATFORM_CORE_COUNT * \ macro
296 #define PLAT_SPM_BUF_BASE (BL32_LIMIT - PLAT_SPM_BUF_SIZE)
299 PLAT_SPM_BUF_SIZE, \
304 PLAT_SPM_BUF_SIZE, \
/trusted-firmware-a-latest/plat/socionext/synquacer/
Dsq_spm.c55 .sp_shared_buf_size = PLAT_SPM_BUF_SIZE,
Dsq_bl31_setup.c219 PLAT_SPM_BUF_SIZE, in bl31_plat_arch_setup()
/trusted-firmware-a-latest/plat/arm/board/tc/
Dtc_plat.c120 .sp_shared_buf_size = PLAT_SPM_BUF_SIZE,
/trusted-firmware-a-latest/plat/arm/css/sgi/
Dsgi_plat.c140 .sp_shared_buf_size = PLAT_SPM_BUF_SIZE,
Dsgi_plat_v2.c142 .sp_shared_buf_size = PLAT_SPM_BUF_SIZE,
/trusted-firmware-a-latest/plat/qemu/common/
Dqemu_spm.c51 .sp_shared_buf_size = PLAT_SPM_BUF_SIZE,
/trusted-firmware-a-latest/plat/arm/board/fvp/
Dfvp_common.c295 .sp_shared_buf_size = PLAT_SPM_BUF_SIZE,