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

/gem5/ext/drampower/src/
H A DCmdScheduler.cc617 uint64_t colBits = uintLog2(nColumns);
618 uint64_t bankShift = colBits + ((BI > 1) ? uintLog2(BI) : 0) + ((BGI > 1) ? uintLog2(BGI) : 0);
620 uint64_t bankAddr = (DecLogic & bankMask) >> (colBits + ((BGI > 1) ? uintLog2(BGI) : 0));
623 uint64_t bankGroupShift = uintLog2(burstLength);
628 uint64_t colShift = uintLog2(BC * burstLength) +
629 ((BI > 1) ? uintLog2(BI) : 0) + ((BGI > 1) ? uintLog2(BGI) : 0);
631 uint64_t colAddr = (DecLogic & colMask) >> (colShift - uintLog2(static_cast<uint64_t>(BC) * burstLength));
634 uint64_t colBits = uintLog2(nColumn
656 uint64_t cmdScheduler::uintLog2(uint64_t in) function in class:cmdScheduler
[all...]
H A DCmdScheduler.h144 uint64_t uintLog2(uint64_t in);

Completed in 7 milliseconds