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

/gem5/src/mem/cache/
H A Dwrite_queue_entry.hh79 class TargetList : public std::list<Target> { class in class:WriteQueueEntry
83 TargetList() {} function in class:WriteQueueEntry::TargetList
112 TargetList targets;
H A Dmshr.cc71 MSHR::TargetList::TargetList() function in class:MSHR::TargetList
78 MSHR::TargetList::updateFlags(PacketPtr pkt, Target::Source source,
106 MSHR::TargetList::populateFlags()
115 MSHR::TargetList::add(PacketPtr pkt, Tick readyTime,
171 MSHR::TargetList::replaceUpgrades()
185 MSHR::TargetList::clearDownstreamPending(MSHR::TargetList::iterator begin,
186 MSHR::TargetList::iterator end)
206 MSHR::TargetList
[all...]
H A Dwrite_queue_entry.cc62 WriteQueueEntry::TargetList::add(PacketPtr pkt, Tick readyTime,
69 WriteQueueEntry::TargetList::trySatisfyFunctional(PacketPtr pkt)
81 WriteQueueEntry::TargetList::print(std::ostream &os, int verbosity,
H A Dmshr.hh145 * TargetList is in service which can be:
150 * 3) or when the TargetList is promoted (deferredTargets ->
165 class TargetList : public std::list<Target> { class in class:MSHR
178 TargetList();
182 * flags of this TargetList.
217 * the flags of this TargetList. When the function returns the
224 * Add the specified packet in the TargetList. This function
254 * Tests if the flags of this TargetList have their default
257 * @return True if the TargetList are reset, false otherwise.
265 * Add the specified packet in the TargetList
[all...]
H A Dnoncoherent_cache.cc251 MSHR::TargetList targets = mshr->extractServiceableTargets(pkt);
H A Dcache.cc701 MSHR::TargetList targets = mshr->extractServiceableTargets(pkt);

Completed in 8 milliseconds