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

/gem5/src/cpu/o3/
H A Drename_impl.hh84 storesInProgress[tid] = 0;
274 storesInProgress[tid] = 0;
303 storesInProgress[tid] = 0;
483 storesInProgress[tid] -= fromIEW->iewInfo[tid].dispatchedToSQ;
485 assert(storesInProgress[tid] >= 0);
760 storesInProgress[tid]++;
1228 (storesInProgress[tid] - fromIEW->iewInfo[tid].dispatchedToSQ);
1229 DPRINTF(Rename, "calcFreeSQEntries: free sqEntries: %d, storesInProgress: %d, "
1231 storesInProgress[tid], fromIEW->iewInfo[tid].dispatchedToSQ);
H A Drename.hh386 int storesInProgress[Impl::MaxThreads]; member in class:DefaultRename

Completed in 11 milliseconds