Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/
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/mediatek/mt6795/include/
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)
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/
Dbl31_param.h15 #define TZRAM_SIZE (0x100000) macro
24 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/include/
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/
Dplatform_def.h74 #define TZRAM_SIZE (0x80000) macro
83 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/aarch64/
Dplatform_common.c24 MAP_REGION_FLAT(TZRAM_BASE, TZRAM_SIZE,
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/secure/
Dsecure.c160 sgrf_ddr_rgn_config(0, TZRAM_BASE, TZRAM_SIZE); in secure_sgrf_ddr_rgn_init()
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
Dbl31_plat_setup.c287 (TZRAM_SIZE & ~(PAGE_SIZE_MASK)), in bl31_plat_arch_setup()