OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZRAM_BASE
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/
bl31_param.h
14
#define
TZRAM_BASE
(0x0)
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/
platform_def.h
73
#define
TZRAM_BASE
(0x100000)
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/
platform_def.h
73
#define
TZRAM_BASE
(0x0)
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/
platform_def.h
73
#define
TZRAM_BASE
(0x0)
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/
platform_def.h
171
#define
TZRAM_BASE
(0x110000)
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/
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
282
* add
TZRAM_BASE
to memory map
286
(
TZRAM_BASE
& ~(PAGE_SIZE_MASK)),
Completed in 1809 milliseconds