gem5/src/mem/cache/prefetch
Steve Reinhardt 72cfed4164 Force prefetches to check cache and MSHRs immediately prior to issue.
This prevents redundant prefetches from being issued, solving the
occasional 'needsExclusive && !blk->isWritable()' assertion failure
in cache_impl.hh that several people have run into.
Eliminates "prefetch_cache_check_push" flag, neither setting of
which really solved the problem.
2009-09-26 10:50:50 -07:00
..
base.cc Force prefetches to check cache and MSHRs immediately prior to issue. 2009-09-26 10:50:50 -07:00
base.hh Force prefetches to check cache and MSHRs immediately prior to issue. 2009-09-26 10:50:50 -07:00
ghb.cc prefetch: don't panic on requests w/o contextID (e.g., writebacks). 2009-03-10 17:37:15 -07:00
ghb.hh Fixes to get prefetching working again. 2009-02-16 08:56:40 -08:00
SConscript Rename cache files for brevity and consistency with rest of tree. 2008-02-10 14:15:42 -08:00
stride.cc prefetch: don't panic on requests w/o contextID (e.g., writebacks). 2009-03-10 17:37:15 -07:00
stride.hh Fixes to get prefetching working again. 2009-02-16 08:56:40 -08:00
tagged.cc Fixes to get prefetching working again. 2009-02-16 08:56:40 -08:00
tagged.hh Fix #include lines for renamed cache files. 2008-02-10 14:45:25 -08:00