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

/gem5/src/arch/x86/
H A Demulenv.hh63 int _dataSize, int _addressSize, int _stackSize) :
68 stackSize(_stackSize)
62 EmulEnv(RegIndex _reg, RegIndex _regm, int _dataSize, int _addressSize, int _stackSize) argument
/gem5/src/sim/
H A Dmem_state.hh55 : _brkPoint(brk_point), _stackBase(stack_base), _stackSize(0),
68 _stackSize = in._stackSize;
78 Addr getStackSize() const { return _stackSize; }
86 void setStackSize(Addr stack_size) { _stackSize = stack_size; }
97 paramOut(cp, "stackSize", _stackSize);
108 paramIn(cp, "stackSize", _stackSize);
118 Addr _stackSize; member in class:MemState
/gem5/src/systemc/core/
H A Dsc_spawn.cc57 if (opts->_stackSize != -1)
124 _spawnMethod(false), _dontInitialize(false), _stackSize(-1)
143 _stackSize = ss;
/gem5/src/systemc/ext/core/
H A Dsc_spawn.hh127 int _stackSize; member in class:sc_core::sc_spawn_options

Completed in 11 milliseconds