Searched refs:REF (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/drampower/src/
H A DMemCommand.h55 * 5. REF - Refresh all banks
77 REF = 4, enumerator in enum:Data::MemCommand::cmds
149 "REF",
H A DCmdHandlers.cc111 printWarningIfPoweredDown("Command issued while in power-down mode.", MemCommand::REF, timestamp, bank);
112 // If command is REF - update number of refreshes, set bank state of
117 printWarningIfActive("One or more banks are active! REF requires all banks to be precharged.", MemCommand::REF, timestamp, bank);
H A DCommandAnalysis.cc231 } else if (type == MemCommand::REF) {
/gem5/tests/
H A Ddiff-out49 open(REF, "<$ARGV[0]") or die "Error: can't open $ARGV[0].\n";
97 copy_header(\*REF, $refheader);
214 $refhash = parse_file(\*REF);
/gem5/src/mem/
H A Ddram_ctrl.cc1778 // don't automatically transition back to LP state after next REF
2012 cmdList.push_back(Command(MemCommand::REF, 0, curTick()));
2017 DPRINTF(DRAMPower, "%llu,REF,0,%d\n", divCeil(curTick(), memory.tCK) -
2174 // don't automatically transition back to LP state after next REF
2253 // bus IDLED prior to REF
2256 // REF complete, decrement count and go back to IDLE
2280 // go back to REF event and close banks
2357 // Banks transitioned to IDLE, start REF
2439 pwrStateTime.subname(1, "REF");

Completed in 14 milliseconds