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

/gem5/src/mem/
H A Dnoncoherent_xbar.cc127 unsigned int pkt_cmd = pkt->cmdToIndex();
206 unsigned int pkt_cmd = pkt->cmdToIndex();
254 unsigned int pkt_cmd = pkt->cmdToIndex();
272 pkt_cmd = pkt->cmdToIndex();
H A Dhmc_controller.cc68 unsigned int pkt_cmd = pkt->cmdToIndex();
H A Dcoherent_xbar.cc172 unsigned int pkt_cmd = pkt->cmdToIndex();
466 unsigned int pkt_cmd = pkt->cmdToIndex();
509 transDist[pkt->cmdToIndex()]++;
608 unsigned int pkt_cmd = pkt->cmdToIndex();
732 unsigned int pkt_cmd = pkt->cmdToIndex();
862 pkt_cmd = pkt->cmdToIndex();
H A Dpacket.hh528 inline int cmdToIndex() const { return cmd.toInt(); } function
/gem5/src/mem/cache/
H A Dnoncoherent_cache.cc281 missLatency[tgt_pkt->cmdToIndex()][tgt_pkt->req->masterId()] +=
H A Dbase.hh1197 misses[pkt->cmdToIndex()][pkt->req->masterId()]++;
1208 hits[pkt->cmdToIndex()][pkt->req->masterId()]++;
H A Dcache.cc337 mshr_uncacheable[pkt->cmdToIndex()][pkt->req->masterId()]++;
779 missLatency[tgt_pkt->cmdToIndex()][tgt_pkt->req->masterId()] +=
H A Dbase.cc276 mshr_hits[pkt->cmdToIndex()][pkt->req->masterId()]++;
300 mshr_misses[pkt->cmdToIndex()][pkt->req->masterId()]++;
444 int stats_cmd_idx = initial_tgt->pkt->cmdToIndex();
782 mshr_misses[pkt->cmdToIndex()][pkt->req->masterId()]++;

Completed in 34 milliseconds