Searched defs:hasStoresToWB (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/o3/
H A Dlsq_impl.hh640 LSQ<Impl>::hasStoresToWB() function in class:LSQ
H A Diew.hh230 bool hasStoresToWB() { return ldstQueue.hasStoresToWB(); } function in class:DefaultIEW
233 bool hasStoresToWB(ThreadID tid) { return ldstQueue.hasStoresToWB(tid); } function in class:DefaultIEW
H A Dlsq_unit.hh334 bool hasStoresToWB() { return storesToWB; } function in class:LSQUnit
H A Dlsq.hh991 bool hasStoresToWB(ThreadID tid) { return thread.at(tid).hasStoresToWB(); } function in class:LSQ::LSQRequest

Completed in 17 milliseconds