Searched hist:11438 (Results 1 - 2 of 2) sorted by relevance
/gem5/src/mem/cache/prefetch/ | ||
H A D | base.hh | diff 11438:3c9fd319a982 Thu Apr 07 12:32:00 EDT 2016 Rekai Gonzalez Alberquilla <Rekai.GonzalezAlberquilla@arm.com> mem: Handful extra features for BasePrefetcher Some common functionality added to the base prefetcher, mainly dealing with extracting the block address, page address, block index inside the page and some other information that can be inferred from the block address. This is used for some prefetching algorithms, and having the methods in the base, as well as the block size and other information is the sensible way. |
H A D | base.cc | diff 11438:3c9fd319a982 Thu Apr 07 12:32:00 EDT 2016 Rekai Gonzalez Alberquilla <Rekai.GonzalezAlberquilla@arm.com> mem: Handful extra features for BasePrefetcher Some common functionality added to the base prefetcher, mainly dealing with extracting the block address, page address, block index inside the page and some other information that can be inferred from the block address. This is used for some prefetching algorithms, and having the methods in the base, as well as the block size and other information is the sensible way. |
Completed in 19 milliseconds