Searched refs:tagShift (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/cache/tags/indexing_policies/
H A Dset_associative.cc69 return (tag << tagShift) | (entry->getSet() << setShift);
H A Dbase.hh97 const int tagShift; member in class:BaseIndexingPolicy
H A Dbase.cc62 tagShift(setShift + floorLog2(numSets))
101 return (addr >> tagShift);
H A Dskewed_associative.cc204 return (tag << tagShift) |

Completed in 7 milliseconds