Searched refs:NoncoherentCache (Results 1 - 5 of 5) sorted by relevance

/gem5/src/mem/cache/
H A Dnoncoherent_cache.cc65 #include "params/NoncoherentCache.hh"
67 NoncoherentCache::NoncoherentCache(const NoncoherentCacheParams *p) function in class:NoncoherentCache
73 NoncoherentCache::satisfyRequest(PacketPtr pkt, CacheBlk *blk, bool, bool)
83 NoncoherentCache::access(PacketPtr pkt, CacheBlk *&blk, Cycles &lat,
101 NoncoherentCache::doWritebacks(PacketList& writebacks, Tick forward_time)
111 NoncoherentCache::doWritebacksAtomic(PacketList& writebacks)
122 NoncoherentCache::handleTimingReqMiss(PacketPtr pkt, CacheBlk *blk,
138 NoncoherentCache::recvTimingReq(PacketPtr pkt)
150 NoncoherentCache
[all...]
H A Dnoncoherent_cache.hh71 class NoncoherentCache : public BaseCache class in inherits:BaseCache
129 NoncoherentCache(const NoncoherentCacheParams *p);
H A DCache.py152 class NoncoherentCache(BaseCache): class in inherits:BaseCache
153 type = 'NoncoherentCache'
/gem5/configs/example/
H A Dmemtest.py310 system.llc = NoncoherentCache(size = '16MB', assoc = 16, tag_latency = 10,
/gem5/tests/configs/
H A Dbase_config.py281 system.llc = [NoncoherentCache(addr_ranges = [r],

Completed in 11 milliseconds