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

/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh862 stallingStoreIsn = 0;
895 storeQueue.back().instruction()->seqNum == stallingStoreIsn) {
898 stallingStoreIsn = 0;
920 storeWBIt->instruction()->seqNum == stallingStoreIsn) {
923 stallingStoreIsn, stallingLoadIdx);
925 stallingStoreIsn = 0;
1029 store_inst->seqNum == stallingStoreIsn) {
1032 stallingStoreIsn, stallingLoadIdx);
1034 stallingStoreIsn = 0;
H A Dlsq_unit.hh512 InstSeqNum stallingStoreIsn; member in class:LSQUnit
796 stallingStoreIsn = store_it->instruction()->seqNum;

Completed in 10 milliseconds