Searched defs:stack_size (Results 1 - 9 of 9) sorted by relevance

/gem5/src/arch/arm/
H A DArmSemihosting.py59 stack_size = Param.MemorySize("32MB", "Application stack size"); variable in class:ArmSemihosting
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_fiber.cpp133 sc_cor_pkg_fiber::create( std::size_t stack_size, sc_cor_fn* fn, void* arg ) argument
H A Dsc_cor_pthread.cpp173 sc_cor_pkg_pthread::create( std::size_t stack_size, sc_cor_fn* fn, void* arg ) argument
H A Dsc_spawn_options.h80 void set_stack_size(int stack_size) { m_stack_size = stack_size; } argument
H A Dsc_cor_qt.cpp171 sc_cor_pkg_qt::create( std::size_t stack_size, sc_cor_fn* fn, void* arg ) argument
/gem5/src/base/
H A Dfiber.cc86 Fiber::Fiber(size_t stack_size) : Fiber(primaryFiber(), stack_size) argument
89 Fiber::Fiber(Fiber *link, size_t stack_size) : argument
/gem5/src/sim/
H A Dmem_state.hh86 void setStackSize(Addr stack_size) { _stackSize = stack_size; } argument
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc1073 const size_t stack_size = getpagesize(); local
/gem5/src/arch/x86/
H A Dprocess.cc961 unsigned stack_size = stack_base - stack_min; local

Completed in 21 milliseconds