Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dboot.c135 malloc_add_pool(__heap1_start, __heap1_end - __heap1_start); in init_primary()
H A Dkern.ld.S201 __heap1_start = .; define
/optee_os/core/arch/arm/kernel/
H A Dlink_dummy.ld37 __heap1_start = .; symbol
H A Dkern.ld.S251 __heap1_start = .; define
294 . += CFG_CORE_HEAP_SIZE - (__heap1_end - __heap1_start);
H A Dvirtualization.c328 malloc_add_pool(__heap1_start, __heap1_end - __heap1_start); in virt_guest_created()
H A Dboot.c917 malloc_add_pool(__heap1_start, __heap1_end - __heap1_start); in init_primary()
/optee_os/core/include/kernel/
H A Dlinker.h98 extern uint8_t __heap1_start[];