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

/gem5/ext/drampower/src/
H A DMemTimingSpec.cc73 CKESR(0),
110 CKESR = getParamValWithDefault("CKESR", 0);
H A DMemTimingSpec.h78 int64_t CKESR; member in class:Data::MemTimingSpec
H A DCmdHandlers.cc391 // The minimum time that the DRAM must remain in Self-Refresh is CKESR.
392 if (sref_duration < t.CKESR) {
393 printWarning("Self-Refresh duration < CKESR!", MemCommand::SREX, timestamp, bank);
H A DCmdScheduler.cc477 } else if ((timer > (endTime + memTimingSpec.CKESR)) && (power_down == SELF_REFRESH)) {

Completed in 6 milliseconds