OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZRAM_SIZE
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/
bl31_param.h
15
#define
TZRAM_SIZE
(0x100000)
24
#define BL31_LIMIT (TZRAM_BASE +
TZRAM_SIZE
)
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/
platform_def.h
75
#define
TZRAM_SIZE
(0x20000)
77
#define
TZRAM_SIZE
(0x20000)
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/
platform_def.h
74
#define
TZRAM_SIZE
(0x80000)
83
#define BL31_LIMIT (TZRAM_BASE +
TZRAM_SIZE
)
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/include/
platform_def.h
74
#define
TZRAM_SIZE
(0x80000)
83
#define BL31_LIMIT (TZRAM_BASE +
TZRAM_SIZE
)
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/include/
platform_def.h
173
#define
TZRAM_SIZE
(0x1C400)
175
#define
TZRAM_SIZE
(0x1C400)
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/mediatek/mt8173/aarch64/
platform_common.c
24
MAP_REGION_FLAT(TZRAM_BASE,
TZRAM_SIZE
,
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/secure/
secure.c
160
sgrf_ddr_rgn_config(0, TZRAM_BASE,
TZRAM_SIZE
);
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
bl31_plat_setup.c
287
(
TZRAM_SIZE
& ~(PAGE_SIZE_MASK)),
Completed in 220 milliseconds