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

/gem5/src/cpu/o3/
H A Dmem_dep_unit_impl.hh56 storeBarrierSN(0), iqPtr(NULL)
66 storeBarrierSN(0), iqPtr(NULL)
161 loadBarrierSN = storeBarrierSN = 0;
200 storeBarrierSN);
201 producing_store = storeBarrierSN;
315 storeBarrierSN = barr_sn;
320 storeBarrierSN = barr_sn;
442 if (storeBarrierSN == barr_sn)
445 if (storeBarrierSN == barr_sn)
515 if ((*squash_it)->seqNum == storeBarrierSN)
[all...]
H A Dmem_dep_unit.hh269 InstSeqNum storeBarrierSN; member in class:MemDepUnit

Completed in 4 milliseconds