Searched defs:numStoresToWB (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/o3/
H A Dlsq_unit.hh337 int numStoresToWB() { return storesToWB; } function in class:LSQUnit
H A Dlsq.hh994 int numStoresToWB(ThreadID tid) { return thread.at(tid).numStoresToWB(); } function in class:LSQ::LSQRequest

Completed in 12 milliseconds