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

/gem5/ext/drampower/src/
H A DCmdHandlers.cc383 int64_t sref_duration = timestamp - sref_cycle; local
386 if (sref_duration <= 0) {
388 sref_duration = 0;
392 if (sref_duration < t.CKESR) {
396 if (sref_duration >= t.RFC) {
462 if (sref_duration >= ref_act_cycles) {
496 int64_t pre_cycles = sref_duration - ref_act_cycles - sref_ref_pre_cycles_window;
549 sref_ref_act_cycles += sref_duration - sref_ref_act_cycles_window;
551 int64_t spup_act = (t.RFC - t.RP) - sref_duration;

Completed in 6 milliseconds