gem5/src/mem/cache
Anthony Gutierrez af0f8b31db cache: remove drainManager because it's not used
the cache drainManager is set but never cleared, this is because
the cache itself does not need to be drained and thus never
triggers a signalDrainDone(). because the drainManager variable
is not used properly and does not appear to be necessary it has
been removed with this patch.
2013-01-28 20:19:42 -05:00
..
prefetch sim: Include object header files in SWIG interfaces 2012-11-02 11:32:01 -05:00
tags mem: Remove the IIC replacement policy 2013-01-07 13:05:39 -05:00
base.cc cache: remove drainManager because it's not used 2013-01-28 20:19:42 -05:00
base.hh cache: remove drainManager because it's not used 2013-01-28 20:19:42 -05:00
BaseCache.py mem: Remove the IIC replacement policy 2013-01-07 13:05:39 -05:00
blk.cc Fix #include lines for renamed cache files. 2008-02-10 14:45:25 -08:00
blk.hh mem: Make LL/SC locks fine grained 2013-01-08 08:54:07 -05:00
builder.cc mem: Remove the IIC replacement policy 2013-01-07 13:05:39 -05:00
cache.cc mem: Remove the IIC replacement policy 2013-01-07 13:05:39 -05:00
cache.hh mem: Fix guest corruption when caches handle uncacheable accesses 2013-01-07 13:05:47 -05:00
cache_impl.hh mem: Fix guest corruption when caches handle uncacheable accesses 2013-01-07 13:05:47 -05:00
mshr.cc Fix: Address a few benign memory leaks 2012-07-09 12:35:30 -04:00
mshr.hh MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
mshr_queue.cc mem: Add support for writing back and flushing caches 2012-11-02 11:32:02 -05:00
mshr_queue.hh mem: Add support for writing back and flushing caches 2012-11-02 11:32:02 -05:00
SConscript scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00