Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/include/
Dplatform_def.h147 # define BL32_MEM_BASE BL_RAM_BASE macro
152 # define BL32_MEM_BASE SEC_DRAM_BASE 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, \