Searched refs:PREA (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/drampower/src/
H A DMemCommand.h60 * 10. PREA - Precharge all banks
82 PREA = 9, enumerator in enum:Data::MemCommand::cmds
154 "PREA",
H A DCAHelpers.cc68 } else if ((type == MemCommand::PRE) || (type == MemCommand::PREA)) {
H A DCmdHandlers.cc188 printWarningIfPoweredDown("Command issued while in power-down mode.", MemCommand::PREA, timestamp, bank);
189 // If command is explicit PREA (precharge all banks) - update
222 printWarning("All banks are already precharged!", MemCommand::PREA, timestamp, bank);
H A DCommandAnalysis.cc237 } else if (type == MemCommand::PREA) {
/gem5/ext/drampower/test/libdrampowertest/
H A Dlib_test.cc94 test.doCommand(MemCommand::PREA,0,400);
98 test.doCommand(MemCommand::PREA,0,450);
/gem5/src/mem/
H A Ddram_ctrl.cc1969 cmdList.push_back(Command(MemCommand::PREA, 0, pre_at));
1971 DPRINTF(DRAMPower, "%llu,PREA,0,%d\n",

Completed in 17 milliseconds