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

/gem5/ext/drampower/src/
H A DCmdScheduler.cc630 uint64_t colMask = (nColumns / (BC * burstLength) - 1) << colShift; local
631 uint64_t colAddr = (DecLogic & colMask) >> (colShift - uintLog2(static_cast<uint64_t>(BC) * burstLength));
641 uint64_t colMask = (nColumns / (BC * burstLength) - 1) << colShift; local
642 uint64_t colAddr = (DecLogic & colMask) >> (colShift - uintLog2(BC * burstLength));

Completed in 5 milliseconds