Searched hist:10676 (Results 1 - 2 of 2) sorted by relevance
/gem5/src/base/ | ||
H A D | addr_range.hh | 10676:f6c168692b20 Tue Feb 03 14:25:00 EST 2015 Andreas Hansson <andreas.hansson@arm.com> base: Add XOR-based hashed address interleaving This patch extends the current address interleaving with basic hashing support. Instead of directly comparing a number of address bits with a matching value, it is now possible to use two independent set of address bits XOR'ed together. This avoids issues where strided address patterns are heavily biased to a subset of the interleaved ranges. |
/gem5/src/python/m5/ | ||
H A D | params.py | 10676:f6c168692b20 Tue Feb 03 14:25:00 EST 2015 Andreas Hansson <andreas.hansson@arm.com> base: Add XOR-based hashed address interleaving This patch extends the current address interleaving with basic hashing support. Instead of directly comparing a number of address bits with a matching value, it is now possible to use two independent set of address bits XOR'ed together. This avoids issues where strided address patterns are heavily biased to a subset of the interleaved ranges. |
Completed in 44 milliseconds