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

/gem5/src/mem/cache/
H A Dcache.hh133 * @param is_timing Timing or atomic for the response
140 bool is_timing, bool is_deferred, bool pending_inval);
160 bool isCachedAbove(PacketPtr pkt, bool is_timing = true);
H A Dcache.cc971 Cache::handleSnoop(PacketPtr pkt, CacheBlk *blk, bool is_timing, argument
976 assert(!(is_deferred && !is_timing));
1000 if (is_timing) {
1053 if (is_timing) {
1150 if (is_timing) {
1315 Cache::isCachedAbove(PacketPtr pkt, bool is_timing) argument
1324 if (is_timing) {

Completed in 9 milliseconds