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

/gem5/src/cpu/o3/
H A Drob.hh177 { return threadEntries[tid]; }
185 { return threadEntries[tid] == numEntries; }
193 { return threadEntries[tid] == 0; }
258 * threadEntries to get the instructions in the ROB unless you are
280 unsigned threadEntries[Impl::MaxThreads]; member in class:ROB
H A Drob_impl.hh107 threadEntries[tid] = 0;
234 ++threadEntries[tid];
238 DPRINTF(ROB, "[tid:%i] Now has %d instructions.\n", tid, threadEntries[tid]);
262 --threadEntries[tid];
281 if (threadEntries[tid] != 0) {
318 return maxEntries[tid] - threadEntries[tid];
512 if (threadEntries[tid] != 0) {

Completed in 4 milliseconds