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

/gem5/src/mem/
H A Ddram_ctrl.cc475 DRAMPacket* dram_pkt = decodeAddr(pkt, addr, size, true); local
476 dram_pkt->burstHelper = burst_helper;
483 readQueue[dram_pkt->qosValue()].push_back(dram_pkt);
485 ++dram_pkt->rankRef.readEntries;
489 dram_pkt->addr, 1);
542 DRAMPacket* dram_pkt = decodeAddr(pkt, addr, size, false);
549 writeQueue[dram_pkt->qosValue()].push_back(dram_pkt);
554 dram_pkt
[all...]
H A Ddram_ctrl.hh782 * "dram_pkt", and push them to the back of the read queue.\
795 * Decode the incoming pkt, create a dram_pkt and push to the
817 void doDRAMAccess(DRAMPacket* dram_pkt);

Completed in 11 milliseconds