Searched refs:blocked_inst (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/o3/
H A Dinst_queue.hh255 void blockMemInst(const DynInstPtr &blocked_inst);
H A Dinst_queue_impl.hh1153 InstructionQueue<Impl>::blockMemInst(const DynInstPtr &blocked_inst) argument
1155 blocked_inst->clearIssued();
1156 blocked_inst->clearCanIssue();
1157 blockedMemInsts.push_back(blocked_inst);

Completed in 10 milliseconds