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

/gem5/src/cpu/o3/
H A Drob_impl.hh76 //@todo:make work if part_amt doesnt divide evenly.
77 int part_amt = numEntries / numThreads; local
81 maxEntries[tid] = part_amt;
H A Dinst_queue_impl.hh133 //@todo:make work if part_amt doesnt divide evenly.
134 int part_amt = numEntries / numThreads; local
138 maxEntries[tid] = part_amt;
142 "%i entries per thread.\n",part_amt);

Completed in 10 milliseconds