Searched refs:__BL1_RAM_START__ (Results 1 – 4 of 4) sorted by relevance
19 extern uintptr_t __BL1_RAM_START__;21 #define BL1_RAM_BASE (uintptr_t)(&__BL1_RAM_START__)
158 __BL1_RAM_START__ = ADDR(.data); define
19 extern uint64_t __BL1_RAM_START__;21 #define BL1_RAM_BASE (uint64_t)(&__BL1_RAM_START__)
1509 - ``__BL1_RAM_START__`` Start address of BL1 read-write data.