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

/gem5/ext/drampower/src/
H A DCmdScheduler.cc145 int64_t transType = 1; local
163 transType = WRITE;
165 transType = READ;
176 TransItem.type = transType;
201 int64_t transType = -1; local
271 transType = transTrace[t].type;
273 tRWTP = getRWTP(transType, memSpec);
296 PreRDWR.Type, transType);
353 cmd.Type = transType;
354 switch (transType) {
497 getRWTP(int64_t transType, const MemorySpecification& memSpec) argument
[all...]
H A DCmdScheduler.h136 int64_t getRWTP(int64_t transType,

Completed in 7 milliseconds