Searched refs:PUP_PRE (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/drampower/src/
H A DMemCommand.h65 * 15. PUP_PRE - Precharge Power-down Exit
87 PUP_PRE = 14, enumerator in enum:Data::MemCommand::cmds
159 "PUP_PRE",
H A DCommandAnalysis.cc249 } else if (type == MemCommand::PUP_PRE) {
/gem5/ext/drampower/test/libdrampowertest/
H A Dlib_test.cc90 test.doCommand(MemCommand::PUP_PRE,3,300);
/gem5/src/mem/
H A Ddram_ctrl.cc2203 cmdList.push_back(Command(MemCommand::PUP_PRE, 0, wake_up_tick));
2204 DPRINTF(DRAMPower, "%llu,PUP_PRE,0,%d\n", divCeil(wake_up_tick,

Completed in 15 milliseconds