cache: make tags->insertBlock() and tags->accessBlock() context aware so that the...
authorLisa Hsu <Lisa.Hsu@amd.com>
Tue, 12 Jan 2010 18:53:02 +0000 (10:53 -0800)
committerLisa Hsu <Lisa.Hsu@amd.com>
Tue, 12 Jan 2010 18:53:02 +0000 (10:53 -0800)
commit8b4e8690b73f61ae0bb2cb052ec56f58d1d531e2
tree34001c05d1ff8c1a6d30a0356ff2623c49e16a0b
parent9f635484784a9a523fc356df9e55922660d13d8f
cache: make tags->insertBlock() and tags->accessBlock() context aware so that the cache can make context-specific decisions within their various tag policy implementations.
src/mem/cache/cache_impl.hh
src/mem/cache/tags/fa_lru.cc
src/mem/cache/tags/fa_lru.hh
src/mem/cache/tags/iic.cc
src/mem/cache/tags/iic.hh
src/mem/cache/tags/lru.cc
src/mem/cache/tags/lru.hh