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

/gem5/src/cpu/o3/
H A Dlsq_unit.hh580 int getLoadHead() { return loadQueue.head(); } function in class:LSQUnit
H A Dlsq.hh900 int getLoadHead(ThreadID tid) { return thread.at(tid).getLoadHead(); } function in class:LSQ::LSQRequest

Completed in 12 milliseconds