Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/arm/common/
A Darm_bl31_setup.c60 #define BL_STACKS_END ((BL_STACKS_END_UNALIGNED + PAGE_SIZE - 1) & \ macro
339 if (BL_STACKS_END < BL_INIT_CODE_END) { in arm_free_init_memory()
341 if (BL_INIT_CODE_BASE < BL_STACKS_END) { in arm_free_init_memory()
343 BL_STACKS_END - BL_INIT_CODE_BASE, in arm_free_init_memory()
347 ret |= xlat_change_mem_attributes(BL_STACKS_END, in arm_free_init_memory()
348 BL_INIT_CODE_END - BL_STACKS_END, in arm_free_init_memory()

Completed in 4 milliseconds