Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/arm/common/
A Darm_bl31_setup.c60 #define BL_STACKS_END ((BL_STACKS_END_UNALIGNED + PAGE_SIZE - 1) & \ macro
347 if (BL_STACKS_END < BL_INIT_CODE_END) { in arm_free_init_memory()
349 if (BL_INIT_CODE_BASE < BL_STACKS_END) { in arm_free_init_memory()
351 BL_STACKS_END - BL_INIT_CODE_BASE, in arm_free_init_memory()
355 ret |= xlat_change_mem_attributes(BL_STACKS_END, in arm_free_init_memory()
356 BL_INIT_CODE_END - BL_STACKS_END, in arm_free_init_memory()

Completed in 2 milliseconds