Searched defs:colAddr (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/drampower/src/
H A DCmdScheduler.cc631 uint64_t colAddr = (DecLogic & colMask) >> (colShift - uintLog2(static_cast<uint64_t>(BC) * burstLength)); local
642 uint64_t colAddr = (DecLogic & colMask) >> (colShift - uintLog2(BC * burstLength)); local
H A DCmdScheduler.h75 uint64_t colAddr; member in class:Data::cmdScheduler::physicalAddr

Completed in 4 milliseconds