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

/gem5/ext/sst/
H A DExtSlave.cc58 comp(g5c), out(out), simPhase(CONSTRUCTION), initPackets(NULL),
70 if (initPackets) {
71 while (!initPackets->empty()) {
72 link->sendInitData(initPackets->front());
73 initPackets->pop_front();
75 delete initPackets;
76 initPackets = NULL;
84 if (initPackets == NULL) {
85 initPackets = new std::list<MemEvent*>;
92 initPackets
[all...]
H A DExtSlave.hh92 std::list<MemEvent*>* initPackets; member in class:SST::gem5::ExtSlave

Completed in 5 milliseconds