OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__BL1_RAM_START__
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1_private.h
38
extern uint64_t
__BL1_RAM_START__
;
40
#define BL1_RAM_BASE (uint64_t)(&
__BL1_RAM_START__
)
bl1.ld.S
131
__BL1_RAM_START__
= ADDR(.data);
Completed in 66 milliseconds