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

/gem5/src/arch/arm/
H A Dsemihosting.cc593 const Addr heap_limit = mem_end - stackSize + 1; local
595 const Addr stack_limit = heap_limit;
603 heap_base, heap_limit, stack_base, stack_limit);
610 proxy.write<uint64_t>(base + 1 * 8, heap_limit, endian);
615 proxy.write<uint32_t>(base + 1 * 4, heap_limit, endian);

Completed in 7 milliseconds