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

/gem5/src/cpu/o3/
H A Dcommit.hh455 bool committedStores[Impl::MaxThreads]; member in class:DefaultCommit
H A Dcommit_impl.hh125 committedStores[tid] = false;
382 committedStores[tid] = false;
675 committedStores[tid] = false;
965 !iewStage->hasStoresToWB(tid) && !committedStores[tid]) {
1332 committedStores[tid] = true;

Completed in 11 milliseconds