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

/gem5/ext/drampower/src/
H A DCmdScheduler.cc610 int64_t DecLogic; local
613 DecLogic = Trans.logicalAddress;
620 uint64_t bankAddr = (DecLogic & bankMask) >> (colBits + ((BGI > 1) ? uintLog2(BGI) : 0));
625 uint64_t bankGroupAddr = (DecLogic & bankGroupMask) >> bankGroupShift;
631 uint64_t colAddr = (DecLogic & colMask) >> (colShift - uintLog2(static_cast<uint64_t>(BC) * burstLength));
637 uint64_t bankAddr = (DecLogic & bankMask) >> colBits;
642 uint64_t colAddr = (DecLogic & colMask) >> (colShift - uintLog2(BC * burstLength));
650 uint64_t rowAddr = (DecLogic & rowMask) >> rowShift;

Completed in 6 milliseconds