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

/gem5/src/cpu/o3/
H A Dfu_pool.cc152 unitBusy.resize(numFU);
155 unitBusy[i] = false;
172 while (unitBusy[fu_idx]) {
182 unitBusy[fu_idx] = true;
190 assert(unitBusy[fu_idx]);
201 assert(unitBusy[fu_idx]);
203 unitBusy[fu_idx] = false;
215 if (unitBusy[i]) {
229 if (!unitBusy[i]) {
246 is_drained = is_drained && !unitBusy[
[all...]
H A Dfu_pool.hh83 std::vector<bool> unitBusy; member in class:FUPool

Completed in 5 milliseconds