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

/gem5/src/base/
H A Daddr_range.hh270 * Determine the number of interleaved address stripes this range
273 * @return The number of stripes spanned by the interleaving bits
275 uint32_t stripes() const { return ULL(1) << masks.size(); } function in class:AddrRange
/gem5/src/python/pybind11/
H A Dcore.cc160 .def("stripes", &AddrRange::stripes)
/gem5/src/mem/
H A Ddram_ctrl.cc202 if (channels != range.stripes())
203 fatal("%s has %d interleaved address stripes but %d channel(s)\n",
204 name(), range.stripes(), channels);

Completed in 9 milliseconds