Searched refs:__BL31_END__ (Results 1 – 8 of 8) sorted by relevance
31 ASSERT(__BL31_END__ <= BL31_LIMIT - DEVICE_SRAM_SIZE,
135 __BL31_END__ = .; define191 __BL31_END__ = .; define
57 #define __BL31_END__ Load$$LR$$LR_END$$Base macro130 IMPORT_SYM(uintptr_t, __BL31_END__, BL31_END);
20 #define BL31_END (uintptr_t)(&__BL31_END__)
88 .quad __BL31_END__ - BL31_BASE
270 uint64_t src_len_in_bytes = (uintptr_t)&__BL31_END__ - (uintptr_t)BL31_BASE; in tegra_soc_pwr_domain_power_down_wfi()
287 uint64_t src_len_in_bytes = (uint64_t)(((uintptr_t)(&__BL31_END__) - in tegra_soc_pwr_domain_power_down_wfi()
1663 - ``bl31.map`` link map file provides ``__BL31_END__`` address.
Completed in 14 milliseconds