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

/gem5/ext/drampower/src/
H A DMemCommand.cc83 int64_t RTP = memSpec.memTimingSpec.RTP; local
95 precharge_offset = B + AL - 2 + max(RTP, int64_t(2));
97 precharge_offset = AL + max(RTP, int64_t(4));
99 precharge_offset = AL + RTP;
103 precharge_offset = B + max(int64_t(0), RTP - 2);
105 precharge_offset = B + max(int64_t(0), RTP - 4);
H A DMemTimingSpec.cc66 RTP(0),
103 RTP = getParamValWithDefault("RTP", 0);
H A DMemTimingSpec.h71 int64_t RTP; member in class:Data::MemTimingSpec
H A DCmdScheduler.cc513 max(int64_t(0), memTimingSpec.RTP - 2);
519 max(memTimingSpec.RTP, int64_t(2)) - 2;
524 tRWTP_init = memTimingSpec.RTP;
/gem5/src/mem/
H A Ddrampower.cc90 timingSpec.RTP = divCeil(p->tRTP, p->tCK);

Completed in 9 milliseconds