Searched refs:maxNumAlloc (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/pred/
H A DBranchPredictor.py139 maxNumAlloc = Param.Unsigned(1, variable in class:TAGEBase
212 maxNumAlloc = 2 variable in class:TAGE_SC_L_TAGE
H A Dtage_base.hh476 unsigned maxNumAlloc; member in class:TAGEBase
H A Dtage_sc_l_64KB.cc238 maxAllocReached = (numAllocated == maxNumAlloc);
H A Dtage_sc_l_8KB.cc217 if (numAllocated == maxNumAlloc) {
H A Dtage_base.cc65 maxNumAlloc(p->maxNumAlloc),
475 if (numAllocated == maxNumAlloc) {

Completed in 17 milliseconds