Searched refs:Blocked (Results 1 - 10 of 10) sorted by relevance

/gem5/src/cpu/o3/
H A Ddecode_impl.hh268 if (decodeStatus[tid] != Blocked) {
269 // Set the status to Blocked.
270 decodeStatus[tid] = Blocked;
327 if (decodeStatus[tid] == Blocked ||
362 if (decodeStatus[tid] == Blocked ||
537 if (decodeStatus[tid] == Blocked) {
611 if (decodeStatus[tid] == Blocked) {
H A Ddecode.hh89 Blocked, enumerator in enum:DefaultDecode::ThreadStatus
H A Drename_impl.hh383 if (renameStatus[tid] == Blocked ||
502 if (renameStatus[tid] == Blocked) {
920 if (renameStatus[tid] != Blocked) {
930 // Rename can not go from SerializeStall to Blocked, otherwise
933 // Set status to Blocked.
934 renameStatus[tid] = Blocked;
1361 if (renameStatus[tid] == Blocked) {
H A Diew_impl.hh556 if (dispatchStatus[tid] != Blocked &&
566 dispatchStatus[tid] = Blocked;
786 // If status was Blocked
794 if (dispatchStatus[tid] == Blocked ||
815 dispatchStatus[tid] = Blocked;
819 if (dispatchStatus[tid] == Blocked) {
922 if (dispatchStatus[tid] == Blocked) {
H A Diew.hh109 Blocked, enumerator in enum:DefaultIEW::StageStatus
H A Drename.hh109 Blocked, enumerator in enum:DefaultRename::ThreadStatus
H A Dfetch.hh192 Blocked, enumerator in enum:DefaultFetch::ThreadStatus
H A Dfetch_impl.hh419 fetchStatus[tid] = Blocked;
476 if (fetchStatus[i] == Blocked && stalls[i].drain)
752 DPRINTF(Fetch, "[tid:%i] Blocked, need to handle the trap.\n", tid);
1080 fetchStatus[tid] = Blocked;
1085 if (fetchStatus[tid] == Blocked ||
1640 } else if (fetchStatus[tid] == Blocked) {
H A Dcpu.hh123 Blocked, enumerator in enum:FullO3CPU::Status
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s174 # being started. Blocked threads have a pointer to qt_restore$TXT on
337 # restore step of the switch. Blocked threads jump to 16(qt_restore$TXT),

Completed in 39 milliseconds