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

/gem5/src/cpu/o3/
H A Dmem_dep_unit_impl.hh573 MemDepUnit<MemDepPred, Impl>::moveToReady(MemDepEntryPtr &woken_inst_entry) argument
576 "to the ready list.\n", woken_inst_entry->inst->seqNum);
578 assert(!woken_inst_entry->squashed);
580 iqPtr->addReadyMemInst(woken_inst_entry->inst);

Completed in 4 milliseconds