Searched refs:__BL1_RAM_START__ (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/bl1/
H A Dbl1_private.h19 extern uintptr_t __BL1_RAM_START__;
21 #define BL1_RAM_BASE (uintptr_t)(&__BL1_RAM_START__)
H A Dbl1.ld.S158 __BL1_RAM_START__ = ADDR(.data); define
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
H A Dqemu_bl1_setup.c19 extern uint64_t __BL1_RAM_START__;
21 #define BL1_RAM_BASE (uint64_t)(&__BL1_RAM_START__)

Completed in 27 milliseconds