Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/arm/common/
Darm_bl31_setup.c54 #define BL_STACKS_END ((BL_STACKS_END_UNALIGNED + PAGE_SIZE - 1) & \ macro
313 if (BL_STACKS_END < BL_INIT_CODE_END) { in arm_free_init_memory()
315 if (BL_INIT_CODE_BASE < BL_STACKS_END) { in arm_free_init_memory()
317 BL_STACKS_END - BL_INIT_CODE_BASE, in arm_free_init_memory()
321 ret |= xlat_change_mem_attributes(BL_STACKS_END, in arm_free_init_memory()
322 BL_INIT_CODE_END - BL_STACKS_END, in arm_free_init_memory()