gem5/src/mem/cache
Steve Reinhardt 640b415688 Cache: get rid of obsolete Tag methods.
I think readData() and writeData() were used for Erik's compression
work, but that code is gone, these aren't called anymore, and they
don't even really do what their names imply.
2008-11-14 14:14:35 -08:00
..
prefetch Add in Context IDs to the simulator. From now on, cpuId is almost never used, 2008-11-02 21:57:07 -05:00
tags Cache: get rid of obsolete Tag methods. 2008-11-14 14:14:35 -08:00
base.cc eventq: convert all usage of events to use the new API. 2008-10-09 04:58:24 -07:00
base.hh get rid of all instances of readTid() and getThreadNum(). Unify and eliminate 2008-11-04 11:35:42 -05:00
BaseCache.py remove the totally obsolete split cache 2008-10-23 16:11:28 -04:00
blk.cc Fix #include lines for renamed cache files. 2008-02-10 14:45:25 -08:00
blk.hh Add in Context IDs to the simulator. From now on, cpuId is almost never used, 2008-11-02 21:57:07 -05:00
builder.cc remove the totally obsolete split cache 2008-10-23 16:11:28 -04:00
cache.cc remove the totally obsolete split cache 2008-10-23 16:11:28 -04:00
cache.hh s/cpu_id/cpuId in o3 (to be consistent and match style), also fix some typos in 2008-10-23 16:49:17 -04:00
cache_impl.hh Cache: Refactor packet forwarding a bit. 2008-11-10 14:10:28 -08:00
mshr.cc Cache: Refactor packet forwarding a bit. 2008-11-10 14:10:28 -08:00
mshr.hh Cache: Refactor packet forwarding a bit. 2008-11-10 14:10:28 -08:00
mshr_queue.cc get rid of all instances of readTid() and getThreadNum(). Unify and eliminate 2008-11-04 11:35:42 -05:00
mshr_queue.hh Fix #include lines for renamed cache files. 2008-02-10 14:45:25 -08:00
SConscript Rename cache files for brevity and consistency with rest of tree. 2008-02-10 14:15:42 -08:00