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

/gem5/src/cpu/o3/
H A Dlsq_unit.hh592 int getStoreHead() { return storeQueue.head(); } function in class:LSQUnit
H A Dlsq.hh910 int getStoreHead(ThreadID tid) { return thread.at(tid).getStoreHead(); } function in class:LSQ::LSQRequest

Completed in 12 milliseconds