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

/gem5/src/cpu/pred/
H A Dtournament.hh161 { newCount++; }
163 { newCount--; }
165 static int newCount; member in struct:TournamentBP::BPHistory
H A Dtournament.cc356 TournamentBP::BPHistory::newCount = 0;
/gem5/src/arch/x86/
H A Dinterrupts.cc569 uint64_t newCount = newVal * local
575 curTick() + (newCount + 1) *
578 if (newCount)
580 curTick() + newCount *

Completed in 8 milliseconds