Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dlink_dummy.ld38 __heap2_end = .; symbol
H A Dkern.ld.S296 __heap2_end = .; define
H A Dboot.c911 malloc_add_pool(__heap2_start, __heap2_end - __heap2_start); in init_primary()
/optee_os/core/include/kernel/
H A Dlinker.h101 extern const uint8_t __heap2_end[];
/optee_os/core/mm/
H A Dcore_mmu.c2454 return (vaddr_t)__heap2_end; in get_linear_map_end_va()