Home
last modified time | relevance | path

Searched refs:SHARED_RAM_SIZE (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-a-latest/plat/imx/imx7/picopi/include/
Dplatform_def.h85 #define SHARED_RAM_SIZE 0x00001000 macro
86 #define SHARED_RAM_BASE (BL2_RAM_BASE - SHARED_RAM_SIZE)
87 #define SHARED_RAM_LIMIT (SHARED_RAM_BASE + SHARED_RAM_SIZE)
/trusted-firmware-a-latest/plat/imx/imx7/warp7/include/
Dplatform_def.h87 #define SHARED_RAM_SIZE 0x00001000 macro
88 #define SHARED_RAM_BASE (BL2_RAM_BASE - SHARED_RAM_SIZE)
89 #define SHARED_RAM_LIMIT (SHARED_RAM_BASE + SHARED_RAM_SIZE)
/trusted-firmware-a-latest/plat/rpi/rpi3/include/
Dplatform_def.h120 #define SHARED_RAM_SIZE ULL(0x00001000) macro
122 #define BL_RAM_BASE (SHARED_RAM_BASE + SHARED_RAM_SIZE)
123 #define BL_RAM_SIZE (SEC_SRAM_SIZE - SHARED_RAM_SIZE)
/trusted-firmware-a-latest/plat/qemu/qemu/include/
Dplatform_def.h105 #define SHARED_RAM_SIZE 0x00001000 macro
117 #define BL_RAM_BASE (SHARED_RAM_BASE + SHARED_RAM_SIZE)
118 #define BL_RAM_SIZE (SEC_SRAM_SIZE - SHARED_RAM_SIZE)
/trusted-firmware-a-latest/plat/qemu/qemu_sbsa/include/
Dplatform_def.h92 #define SHARED_RAM_SIZE 0x00002000 macro
104 #define BL_RAM_BASE (SHARED_RAM_BASE + SHARED_RAM_SIZE)
105 #define BL_RAM_SIZE (SEC_SRAM_SIZE - SHARED_RAM_SIZE)
/trusted-firmware-a-latest/plat/qemu/common/
Dqemu_common.c35 SHARED_RAM_SIZE, \
/trusted-firmware-a-latest/plat/rpi/common/
Drpi3_common.c30 SHARED_RAM_SIZE, \
/trusted-firmware-a-latest/docs/
Dchange-log.md5662 - Increase SHARED_RAM_SIZE