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

/gem5/src/mem/
H A Ddram_ctrl.hh615 class BurstHelper { class in class:DRAMCtrl
625 BurstHelper(unsigned int _burstCount) function in class:DRAMCtrl::BurstHelper
679 * A pointer to the BurstHelper if this DRAMPacket is a split packet
682 BurstHelper* burstHelper;
H A Ddram_ctrl.cc428 BurstHelper* burst_helper = NULL;
472 burst_helper = new BurstHelper(pktCount);

Completed in 17 milliseconds