Searched refs:cpa (Results 1 - 8 of 8) sorted by relevance

/gem5/src/dev/net/
H A Di8254xGBe.hh60 CPA *cpa; member in class:IGbE
178 if (cpa)
179 cpa->hwBegin((CPA::flags)flags, sys, macAddr, sm, st);
183 if (cpa)
184 cpa->hwQ(CPA::FL_NONE, sys, macAddr, sm, q, macAddr);
188 if (cpa)
189 cpa->hwDq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr);
193 if (cpa)
194 cpa->hwPq(CPA::FL_NONE, sys, macAddr, sm, q, macAddr, NULL, num);
198 if (cpa)
[all...]
H A Di8254xGBe.cc61 : EtherDevice(p), etherInt(NULL), cpa(NULL),
138 cpa = CPA::cpa();
2265 if (CPA::available() && cpa->enabled()) {
2273 cpa->hwDq(CPA::FL_NONE, sys, macAddr, "RXQ", "WireQ", 0, other_sys);
2275 cpa->hwWe(CPA::FL_NONE, sys, macAddr, "RXQ", "WireQ", 0, other_sys);
/gem5/src/dev/pci/
H A Dcopy_engine.hh143 CPA::cpa()->hwBegin(CPA::FL_NONE, ce->sys,
149 CPA::cpa()->hwWe(CPA::FL_NONE, ce->sys,
155 CPA::cpa()->hwDq(CPA::FL_NONE, ce->sys,
161 CPA::cpa()->hwDq(CPA::FL_NONE, ce->sys,
167 CPA::cpa()->hwQ(CPA::FL_NONE, ce->sys, channelId,
/gem5/src/arch/mips/
H A Dmt_constants.hh42 Bitfield<3> cpa; member in namespace:MipsISA
/gem5/src/base/
H A Dcp_annotate.hh84 static CPA *cpa() { return NULL; } function in class:CPA
413 static CPA *cpa() { return _cpa; }
H A Dcp_annotate.cc89 CPA *cpa; member in class:AnnotateDumpCallback
93 : cpa(_cpa)
100 cpa->dump(true);
101 cpa->dumpKey();
/gem5/src/cpu/simple/
H A Dbase.cc608 CPA::cpa()->swAutoBegin(threadContexts[curThread], pc.nextInstAddr());
/gem5/src/cpu/o3/
H A Dcommit_impl.hh1295 CPA::cpa()->swAutoBegin(tc, head_inst->nextInstAddr());

Completed in 29 milliseconds