Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/common/
H A Darm_bl31_setup.c102 #define BL_STACKS_END ((BL_STACKS_END_UNALIGNED + PAGE_SIZE - 1) & \ macro
510 if (BL_STACKS_END < BL_INIT_CODE_END) { in arm_free_init_memory()
512 if (BL_INIT_CODE_BASE < BL_STACKS_END) { in arm_free_init_memory()
514 BL_STACKS_END - BL_INIT_CODE_BASE, in arm_free_init_memory()
518 ret |= xlat_change_mem_attributes(BL_STACKS_END, in arm_free_init_memory()
519 BL_INIT_CODE_END - BL_STACKS_END, in arm_free_init_memory()