Home
last modified time | relevance | path

Searched refs:BL32_MEM_SIZE (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/include/
Dplatform_def.h148 # define BL32_MEM_SIZE BL_RAM_SIZE macro
153 # define BL32_MEM_SIZE SEC_DRAM_SIZE macro
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
Dqemu_bl2_setup.c336 bl32_meminfo->total_size = (BL32_MEM_BASE + BL32_MEM_SIZE) - BL32_BASE; in bl2_plat_get_bl32_meminfo()
337 bl32_meminfo->free_size = (BL32_MEM_BASE + BL32_MEM_SIZE) - BL32_BASE; in bl2_plat_get_bl32_meminfo()
Dqemu_common.c33 #define MAP_BL32_MEM MAP_REGION_FLAT(BL32_MEM_BASE, BL32_MEM_SIZE, \