Searched refs:TZRAM_BASE (Results 1 – 15 of 15) sorted by relevance
/external/arm-trusted-firmware/plat/rockchip/rk3288/include/shared/ |
D | bl32_param.h | 14 #define TZRAM_BASE (0x0) macro 23 #define BL32_BASE (TZRAM_BASE + 0x40000) 24 #define BL32_LIMIT (TZRAM_BASE + TZRAM_SIZE)
|
/external/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/ |
D | bl31_param.h | 14 #define TZRAM_BASE (0x0) macro 23 #define BL31_BASE (TZRAM_BASE + 0x40000) 24 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
|
/external/arm-trusted-firmware/plat/mediatek/mt8173/include/ |
D | platform_def.h | 74 #define TZRAM_BASE (0x100000) macro 82 #define TZRAM2_BASE (TZRAM_BASE + TZRAM_SIZE) 93 #define BL31_BASE (TZRAM_BASE + 0x1000) 94 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
|
/external/arm-trusted-firmware/plat/rockchip/rk3328/include/ |
D | platform_def.h | 70 #define TZRAM_BASE (0x0) macro 79 #define BL31_BASE (TZRAM_BASE + 0x40000) 80 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
|
/external/arm-trusted-firmware/plat/rockchip/px30/include/ |
D | platform_def.h | 73 #define TZRAM_BASE (0x0) macro 82 #define BL31_BASE (TZRAM_BASE + 0x40000) 83 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
|
/external/arm-trusted-firmware/plat/rockchip/rk3368/include/ |
D | platform_def.h | 71 #define TZRAM_BASE (0x0) macro 80 #define BL31_BASE (TZRAM_BASE + 0x40000) 81 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
|
/external/arm-trusted-firmware/plat/mediatek/mt6795/include/ |
D | platform_def.h | 166 #define TZRAM_BASE (0x110000) macro 186 #define BL31_BASE (TZRAM_BASE + 0x1000) 187 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE) 188 #define BSS1_STACK_LIMIT (TZRAM_BASE + TZRAM_SIZE)
|
/external/arm-trusted-firmware/plat/mediatek/mt8192/include/ |
D | platform_def.h | 93 #define TZRAM_BASE 0x54600000 macro 104 #define BL31_BASE (TZRAM_BASE + 0x1000) 105 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
|
/external/arm-trusted-firmware/plat/mediatek/mt8183/include/ |
D | platform_def.h | 288 #define TZRAM_BASE 0x54600000 macro 299 #define BL31_BASE (TZRAM_BASE + 0x1000) 300 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
|
/external/arm-trusted-firmware/plat/mediatek/mt8173/aarch64/ |
D | platform_common.c | 26 MAP_REGION_FLAT(TZRAM_BASE, TZRAM_SIZE,
|
/external/arm-trusted-firmware/plat/mediatek/mt8183/aarch64/ |
D | platform_common.c | 23 MAP_REGION_FLAT(TZRAM_BASE, TZRAM_SIZE,
|
/external/arm-trusted-firmware/plat/rockchip/px30/drivers/secure/ |
D | secure.c | 81 secure_ddr_region(0, TZRAM_BASE, TZRAM_SIZE); in sgrf_init()
|
/external/arm-trusted-firmware/plat/rockchip/rk3288/drivers/secure/ |
D | secure.c | 163 sgrf_ddr_rgn_config(0, TZRAM_BASE, TZRAM_SIZE); in secure_sgrf_ddr_rgn_init()
|
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/secure/ |
D | secure.c | 165 sgrf_ddr_rgn_config(0, TZRAM_BASE, TZRAM_SIZE); in secure_sgrf_ddr_rgn_init()
|
/external/arm-trusted-firmware/plat/mediatek/mt6795/ |
D | bl31_plat_setup.c | 284 (TZRAM_BASE & ~(PAGE_SIZE_MASK)), in bl31_plat_arch_setup()
|