Lines Matching defs:writebacks

122      * writebacks). The send event is scheduled through schedSendEvent,
455 * @param writebacks List for any writebacks that need to be performed.
459 PacketList &writebacks);
552 * @param writebacks A list with packets for any performed writebacks
556 PacketList &writebacks) = 0;
595 * Insert writebacks into the write buffer
597 virtual void doWritebacks(PacketList& writebacks, Tick forward_time) = 0;
600 * Send writebacks down the memory hierarchy in atomic mode
602 virtual void doWritebacksAtomic(PacketList& writebacks) = 0;
648 PacketList writebacks{tempBlockWriteback};
649 doWritebacksAtomic(writebacks);
675 * Notice that this is only called for writebacks, which means that L1
681 * @param writebacks List for any writebacks that need to be performed.
685 PacketList &writebacks);
718 * Note that the reason we return a list of writebacks rather than
722 * writebacks atomically once the original request is complete).
726 * @param writebacks List for any writebacks that need to be performed.
731 PacketList &writebacks, bool allocate);
734 * Allocate a new block and perform any necessary writebacks
736 * Find a victim block and if necessary prepare writebacks for any
742 * @param writebacks A list of writeback packets for the evicted blocks
745 CacheBlk *allocateBlock(const PacketPtr pkt, PacketList &writebacks);
762 * @param writebacks Return a list of packets with writebacks
764 void evictBlock(CacheBlk *blk, PacketList &writebacks);
884 * never have to do any writebacks).
980 Stats::Vector writebacks;