Searched refs:pcTableSets (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/cache/prefetch/
H A Dstride.hh74 const int pcTableSets; member in class:StridePrefetcher
136 const int pcTableSets; member in class:StridePrefetcher::PCTable
H A Dstride.cc85 pcTableSets(p->table_sets),
90 assert(isPowerOf2(pcTableSets));
110 PCTable(pcTableAssoc, pcTableSets, name(), replacementPolicy)));
120 : pcTableSets(sets), _name(name), entries(pcTableSets),
224 Addr hash2 = hash1 >> floorLog2(pcTableSets);
225 return (hash1 ^ hash2) & (Addr)(pcTableSets - 1);

Completed in 11 milliseconds