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

/gem5/src/arch/arm/
H A Dsemihosting.cc595 const Addr stack_limit = heap_limit; local
603 heap_base, heap_limit, stack_base, stack_limit);
612 proxy.write<uint64_t>(base + 3 * 8, stack_limit, endian);
617 proxy.write<uint32_t>(base + 3 * 4, stack_limit, endian);

Completed in 4 milliseconds