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

/gem5/src/cpu/pred/
H A Dtage_base.hh72 struct TageEntry struct in class:TAGEBase
77 TageEntry() : ctr(0), tag(0), u(0) { } function in struct:TAGEBase::TageEntry
434 TageEntry **gtable;
H A Dtage_sc_l.cc116 gtable[1] = new TageEntry[shortTagsTageFactor * (1 << logTagTableSize)];
118 new TageEntry[longTagsTageFactor * (1 << logTagTableSize)];
H A Dtage_base.cc137 gtable = new TageEntry*[nHistoryTables + 1];
164 gtable[i] = new TageEntry[1<<(logTagTableSizes[i])];

Completed in 11 milliseconds