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

/gem5/src/mem/cache/prefetch/
H A Dbase.cc179 BasePrefetcher::blockIndex(Addr a) const function in class:BasePrefetcher
197 BasePrefetcher::pageIthBlockAddress(Addr page, uint32_t blockIndex) const
199 return page + (blockIndex << lBlkSize);
H A Dbase.hh315 Addr blockIndex(Addr a) const;
H A Dirregular_stream_buffer.cc73 Addr addr = blockIndex(pfi.getAddr());

Completed in 7 milliseconds