Searched defs:TZRAM_SIZE (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/
H A Dbl31_param.h15 #define TZRAM_SIZE (0x100000) macro
24 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/
H A Dplatform_def.h75 #define TZRAM_SIZE (0x20000) macro
77 #define TZRAM_SIZE (0x20000) macro
81 #define TZRAM2_BASE (TZRAM_BASE + TZRAM_SIZE)
93 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/include/
H A Dplatform_def.h74 #define TZRAM_SIZE (0x80000) macro
83 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/include/
H A Dplatform_def.h74 #define TZRAM_SIZE (0x80000) macro
83 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/include/
H A Dplatform_def.h173 #define TZRAM_SIZE (0x1C400) macro
175 #define TZRAM_SIZE (0x1C400) macro
192 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
193 #define BSS1_STACK_LIMIT (TZRAM_BASE + TZRAM_SIZE)
194 #define BL31_TZRAM_SIZE (TZRAM_SIZE - ATF_ARG_SIZE)

Completed in 23 milliseconds