Searched refs:heap_base (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/arm/
H A Dsemihosting.cc592 const Addr heap_base = mem_start; local
603 heap_base, heap_limit, stack_base, stack_limit);
609 proxy.write<uint64_t>(base + 0 * 8, heap_base, endian);
614 proxy.write<uint32_t>(base + 0 * 4, heap_base, endian);

Completed in 8 milliseconds