Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/
Dbl31_param.h14 #define TZRAM_BASE (0x0) macro
23 #define BL31_BASE (TZRAM_BASE + 0x1000)
24 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/
Dplatform_def.h73 #define TZRAM_BASE (0x100000) macro
81 #define TZRAM2_BASE (TZRAM_BASE + TZRAM_SIZE)
92 #define BL31_BASE (TZRAM_BASE + 0x1000)
93 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/include/
Dplatform_def.h73 #define TZRAM_BASE (0x0) macro
82 #define BL31_BASE (TZRAM_BASE + 0x10000)
83 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/include/
Dplatform_def.h73 #define TZRAM_BASE (0x0) macro
82 #define BL31_BASE (TZRAM_BASE + 0x10000)
83 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/include/
Dplatform_def.h171 #define TZRAM_BASE (0x110000) macro
191 #define BL31_BASE (TZRAM_BASE + 0x1000)
192 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
193 #define BSS1_STACK_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.c286 (TZRAM_BASE & ~(PAGE_SIZE_MASK)), in bl31_plat_arch_setup()