Searched refs:_cache (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/cache/prefetch/
H A Dmulti.hh54 void setCache(BaseCache *_cache) override;
H A Dmulti.cc52 MultiPrefetcher::setCache(BaseCache *_cache) argument
55 pf->setCache(_cache);
H A Dbase.hh339 virtual void setCache(BaseCache *_cache);
H A Dbase.cc104 BasePrefetcher::setCache(BaseCache *_cache) argument
107 cache = _cache;
/gem5/src/mem/cache/
H A Dbase.hh143 CacheMasterPort(const std::string &_name, BaseCache *_cache, argument
146 QueuedMasterPort(_name, _cache, _reqQueue, _snoopRespQueue)
236 MemSidePort(const std::string &_name, BaseCache *_cache,
263 CacheSlavePort(const std::string &_name, BaseCache *_cache,
307 CpuSidePort(const std::string &_name, BaseCache *_cache,
H A Dbase.cc70 BaseCache *_cache,
72 : QueuedSlavePort(_name, _cache, queue),
73 queue(*_cache, *this, true, _label),
2534 CpuSidePort::CpuSidePort(const std::string &_name, BaseCache *_cache,
2536 : CacheSlavePort(_name, _cache, _label), cache(_cache)
2621 BaseCache *_cache,
2623 : CacheMasterPort(_name, _cache, _reqQueue, _snoopRespQueue),
2624 _reqQueue(*_cache, *this, _snoopRespQueue, _label),
2625 _snoopRespQueue(*_cache, *thi
69 CacheSlavePort(const std::string &_name, BaseCache *_cache, const std::string &_label) argument
[all...]

Completed in 20 milliseconds