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

/gem5/src/cpu/pred/
H A Dsimple_indirect.hh68 const unsigned ghrNumBits; member in class:SimpleIndirectPredictor
H A Dsimple_indirect.cc46 ghrNumBits(params->indirectGHRBits),
60 fatal_if(ghrNumBits > (sizeof(ThreadInfo::ghr)*8), "ghr_size is too big");

Completed in 4 milliseconds