Searched refs:isCachedAbove (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/cache/
H A Dcache.hh160 bool isCachedAbove(PacketPtr pkt, bool is_timing = true);
H A Dcache.cc200 // Call isCachedAbove for Writebacks, CleanEvicts and
202 if (isCachedAbove(wbPkt)) {
239 // Call isCachedAbove for both Writebacks and CleanEvicts. If
240 // isCachedAbove returns true we set BLOCK_CACHED flag in Writebacks
242 if (isCachedAbove(wbPkt, false)) {
249 // copies exist above. Atomic mode isCachedAbove
1315 Cache::isCachedAbove(PacketPtr pkt, bool is_timing) function in class:Cache

Completed in 6 milliseconds