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

/gem5/src/mem/cache/prefetch/
H A Dbase.hh311 bool samePage(Addr a, Addr b) const;
H A Dqueued.cc176 if (!samePage(addr_prio.first, pfi.getAddr())) {
181 if (can_cross_page || samePage(addr_prio.first, pfi.getAddr())) {
385 if (samePage(orig_addr, new_pfi.getAddr())) {
H A Dbase.cc167 BasePrefetcher::samePage(Addr a, Addr b) const function in class:BasePrefetcher

Completed in 8 milliseconds