Searched refs:PREA (Results 1 - 6 of 6) sorted by relevance
/gem5/ext/drampower/src/ |
H A D | MemCommand.h | 60 * 10. PREA - Precharge all banks 82 PREA = 9, enumerator in enum:Data::MemCommand::cmds 154 "PREA",
|
H A D | CAHelpers.cc | 68 } else if ((type == MemCommand::PRE) || (type == MemCommand::PREA)) {
|
H A D | CmdHandlers.cc | 188 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 D | CommandAnalysis.cc | 237 } else if (type == MemCommand::PREA) {
|
/gem5/ext/drampower/test/libdrampowertest/ |
H A D | lib_test.cc | 94 test.doCommand(MemCommand::PREA,0,400); 98 test.doCommand(MemCommand::PREA,0,450);
|
/gem5/src/mem/ |
H A D | dram_ctrl.cc | 1969 cmdList.push_back(Command(MemCommand::PREA, 0, pre_at)); 1971 DPRINTF(DRAMPower, "%llu,PREA,0,%d\n",
|
Completed in 17 milliseconds