Searched refs:status_change (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/o3/
H A Ddecode_impl.hh570 bool status_change = false; local
584 status_change = checkSignalsAndUpdate(tid) || status_change;
586 decode(status_change, tid);
589 if (status_change) {
602 DefaultDecode<Impl>::decode(bool &status_change, ThreadID tid) argument
641 status_change = unblock(tid) || status_change;
H A Ddecode.hh144 * @param status_change decode() sets this variable if there was a status
148 void decode(bool &status_change, ThreadID tid);
H A Drename_impl.hh435 bool status_change = false; local
450 status_change = checkSignalsAndUpdate(tid) || status_change;
452 rename(status_change, tid);
455 if (status_change) {
493 DefaultRename<Impl>::rename(bool &status_change, ThreadID tid) argument
543 status_change = unblock(tid) || status_change || blockThisCycle;
H A Dfetch_impl.hh901 bool status_change = false; local
915 status_change = status_change || updated_status;
933 fetch(status_change);
939 if (status_change) {
1158 DefaultFetch<Impl>::fetch(bool &status_change)
1195 status_change = true;
1374 status_change = true;
H A Drename.hh212 * @param status_change rename() sets this variable if there was a status
216 void rename(bool &status_change, ThreadID tid);
H A Dfetch.hh369 * @param status_change fetch() sets this variable if there was a status
372 void fetch(bool &status_change);

Completed in 12 milliseconds