Searched refs:checkStall (Results 1 - 8 of 8) sorted by relevance

/gem5/src/cpu/o3/
H A Ddecode.hh181 bool checkStall(ThreadID tid) const;
H A Diew.hh282 bool checkStall(ThreadID tid);
H A Drename.hh282 bool checkStall(ThreadID tid);
H A Dfetch.hh343 bool checkStall(ThreadID tid) const;
H A Ddecode_impl.hh236 DefaultDecode<Impl>::checkStall(ThreadID tid) const function in class:DefaultDecode
533 if (checkStall(tid)) {
H A Dfetch_impl.hh418 if (checkStall(tid)) {
828 DefaultFetch<Impl>::checkStall(ThreadID tid) const function in class:DefaultFetch
1073 if (checkStall(tid) &&
H A Drename_impl.hh1265 DefaultRename<Impl>::checkStall(ThreadID tid) function in class:DefaultRename
1357 if (checkStall(tid)) {
H A Diew_impl.hh765 DefaultIEW<Impl>::checkStall(ThreadID tid) function in class:DefaultIEW
813 if (checkStall(tid)) {

Completed in 16 milliseconds