gem5
|
#include <write_queue_entry.hh>
Public Member Functions | |
TargetList () | |
void | add (PacketPtr pkt, Tick readyTime, Counter order) |
bool | checkFunctional (PacketPtr pkt) |
void | print (std::ostream &os, int verbosity, const std::string &prefix) const |
Additional Inherited Members | |
Public Attributes inherited from std::list< Target > | |
Target | item |
Dummy Item. More... | |
Definition at line 88 of file write_queue_entry.hh.
|
inline |
Definition at line 92 of file write_queue_entry.hh.
Definition at line 67 of file write_queue_entry.cc.
bool WriteQueueEntry::TargetList::checkFunctional | ( | PacketPtr | pkt | ) |
Definition at line 74 of file write_queue_entry.cc.
References Packet::checkFunctional(), and ArmISA::t.
void WriteQueueEntry::TargetList::print | ( | std::ostream & | os, |
int | verbosity, | ||
const std::string & | prefix | ||
) | const |
Definition at line 86 of file write_queue_entry.cc.
References ccprintf(), and ArmISA::t.