OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRAM_SEC_SIZE
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
hikey_def.h
53
#define
DRAM_SEC_SIZE
0x01000000
54
#define DRAM_SEC_BASE (DRAM_BASE + DRAM_SIZE -
DRAM_SEC_SIZE
)
57
#define DRAM_NS_SIZE (DRAM_SIZE -
DRAM_SEC_SIZE
)
plat_security.c
131
sec_protect(DRAM_SEC_BASE,
DRAM_SEC_SIZE
);
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/include/
platform_def.h
159
#define BL32_DRAM_LIMIT (DRAM_SEC_BASE +
DRAM_SEC_SIZE
)
169
# define TSP_SEC_MEM_SIZE
DRAM_SEC_SIZE
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/
juno_def.h
110
#define
DRAM_SEC_SIZE
0x00E00000
111
#define DRAM_SEC_BASE (DRAM_SCP_BASE -
DRAM_SEC_SIZE
)
114
#define DRAM_NS_SIZE (DRAM_SIZE - DRAM_SCP_SIZE -
DRAM_SEC_SIZE
)
plat_security.c
64
DRAM_SEC_BASE, DRAM_SEC_BASE +
DRAM_SEC_SIZE
- 1,
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
platform_def.h
148
#define BL32_DRAM_LIMIT (DRAM_SEC_BASE+
DRAM_SEC_SIZE
)
Completed in 705 milliseconds