gem5/src/mem/ruby/system
Nilay Vaish 86b1c0fd54 ruby: avoid using g_system_ptr for event scheduling
This patch removes the use of g_system_ptr for event scheduling. Each consumer
object now needs to specify upfront an EventManager object it would use for
scheduling events. This makes the ruby memory system more amenable for a
multi-threaded simulation.
2012-09-18 22:46:34 -05:00
..
AbstractMemOrCache.hh ruby: avoid using g_system_ptr for event scheduling 2012-09-18 22:46:34 -05:00
AbstractReplacementPolicy.hh Ruby: Shuffle some of the included files 2011-12-31 18:44:51 -06:00
BankedArray.cc Param: Transition to Cycles for relevant parameters 2012-09-07 12:34:38 -04:00
BankedArray.hh Param: Transition to Cycles for relevant parameters 2012-09-07 12:34:38 -04:00
Cache.py Param: Transition to Cycles for relevant parameters 2012-09-07 12:34:38 -04:00
CacheMemory.cc Ruby: Remove RubyEventQueue 2012-08-27 01:00:55 -05:00
CacheMemory.hh Ruby: Remove RubyEventQueue 2012-08-27 01:00:55 -05:00
DirectoryMemory.cc Ruby: remove config information from ruby.stats 2012-07-12 08:39:19 -05:00
DirectoryMemory.hh Ruby: remove config information from ruby.stats 2012-07-12 08:39:19 -05:00
DirectoryMemory.py Ruby: Commit files missing from previous commit 2011-07-01 16:29:33 -05:00
DMASequencer.cc Ruby: remove config information from ruby.stats 2012-07-12 08:39:19 -05:00
DMASequencer.hh Ruby: Use uint8_t instead of uint8 everywhere 2012-09-11 09:23:56 -05:00
LRUPolicy.hh ruby: style pass 2010-03-22 18:43:53 -07:00
MachineID.hh Ruby: Remove some unused typedefs 2011-11-03 22:46:45 -05:00
MemoryControl.cc ruby: avoid using g_system_ptr for event scheduling 2012-09-18 22:46:34 -05:00
MemoryControl.hh Ruby Memory Controller: Fix clocking 2012-09-05 20:51:41 -05:00
MemoryControl.py Ruby Memory Controller: Fix clocking 2012-09-05 20:51:41 -05:00
MemoryNode.cc ruby: style pass 2010-03-22 18:43:53 -07:00
MemoryNode.hh ruby: style pass 2010-03-22 18:43:53 -07:00
MemoryVector.hh Ruby: Use uint32_t instead of uint32 everywhere 2012-09-11 09:24:45 -05:00
PerfectCacheMemory.hh Ruby: remove config information from ruby.stats 2012-07-12 08:39:19 -05:00
PersistentTable.cc ruby: get rid of the Map class 2010-06-10 23:17:07 -07:00
PersistentTable.hh Ruby: remove config information from ruby.stats 2012-07-12 08:39:19 -05:00
PseudoLRUPolicy.hh GCC: Get everything working with gcc 4.6.1. 2011-10-31 01:09:44 -07:00
RubyMemoryControl.cc Ruby System: Convert to Clocked Object 2012-09-10 12:21:01 -05:00
RubyMemoryControl.hh Ruby Memory Controller: Fix clocking 2012-09-05 20:51:41 -05:00
RubyMemoryControl.py Ruby Memory Controller: Fix clocking 2012-09-05 20:51:41 -05:00
RubyPort.cc Ruby: Use uint8_t instead of uint8 everywhere 2012-09-11 09:23:56 -05:00
RubyPort.hh Port: Extend the QueuedPort interface and use where appropriate 2012-08-22 11:39:56 -04:00
RubyPortProxy.cc MEM: Add port proxies instead of non-structural ports 2012-01-17 12:55:08 -06:00
RubyPortProxy.hh MEM: Add port proxies instead of non-structural ports 2012-01-17 12:55:08 -06:00
RubySystem.py Ruby System: Convert to Clocked Object 2012-09-10 12:21:01 -05:00
SConscript ruby: banked cache array resource model 2012-07-10 22:51:54 -07:00
Sequencer.cc scons: Use c++0x with gcc >= 4.4 instead of 4.6 2012-09-14 12:13:18 -04:00
Sequencer.hh Param: Transition to Cycles for relevant parameters 2012-09-07 12:34:38 -04:00
Sequencer.py Param: Transition to Cycles for relevant parameters 2012-09-07 12:34:38 -04:00
SparseMemory.cc Ruby Sparse Memory: Add function for collating blocks 2012-01-11 13:29:54 -06:00
SparseMemory.hh Ruby: remove config information from ruby.stats 2012-07-12 08:39:19 -05:00
System.cc Ruby: Use uint8_t instead of uint8 everywhere 2012-09-11 09:23:56 -05:00
System.hh ruby: avoid using g_system_ptr for event scheduling 2012-09-18 22:46:34 -05:00
TBETable.hh Ruby: remove config information from ruby.stats 2012-07-12 08:39:19 -05:00
TimerTable.cc Ruby: Remove RubyEventQueue 2012-08-27 01:00:55 -05:00
TimerTable.hh Ruby: Remove RubyEventQueue 2012-08-27 01:00:55 -05:00
WireBuffer.cc ruby: avoid using g_system_ptr for event scheduling 2012-09-18 22:46:34 -05:00
WireBuffer.hh ruby: avoid using g_system_ptr for event scheduling 2012-09-18 22:46:34 -05:00
WireBuffer.py CacheMemory: add allocateVoid() that is == allocate() but no return value. 2011-03-31 18:20:12 -07:00