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

/gem5/src/cpu/minor/
H A Dexecute.hh80 /** Number of instructions that can be committed per cycle */
83 /** Number of memory instructions that can be committed per cycle */
191 * instruction. This is harvested from committed instructions.
290 * committed is set to true if this instruction is committed
295 BranchData &branch, Fault &fault, bool &committed,
334 * to be committed? */
H A Dlsq.hh462 /** Store buffer. This contains stores which have been committed
574 * using LSQ::findResponse. Responses to be committed can then
579 /* The store buffer contains committed cacheable stores on
607 * system but have not been committed/discarded *excluding*
677 /** A store has been committed, please move it to the store buffer */
688 * committed */
702 /** Complete a barrier instruction. Where committed, makes a
705 bool committed);
H A Dexecute.cc636 * it can be committed in order */
763 * it can be committed in order */
891 BranchData &branch, Fault &fault, bool &committed,
980 committed = true;
1040 * (committed, discarded, issued to the memory system)
1043 * discard(ed) -- The instruction is complete but not committed
1050 * 2) Mem ops issued to the LSQ ('committed' from the FUs) earlier
1059 /* Number of insts committed this cycle to check against commitLimit */
1062 /* Number of memory access instructions committed to check against
1221 /* All instructions can be committed i
890 commitInst(MinorDynInstPtr inst, bool early_memory_issue, BranchData &branch, Fault &fault, bool &committed, bool &completed_mem_issue) argument
[all...]
H A Dlsq.cc914 bool committed)
916 if (committed) {
924 /* Clear the barrier anyway if it wasn't actually committed */
913 completeMemBarrierInst(MinorDynInstPtr inst, bool committed) argument
/gem5/src/cpu/o3/
H A Dlsq_unit.hh161 /** Whether or not the store is committed. */
202 bool& committed() { return _committed; } function in class:LSQUnit::SQEntry
203 const bool& committed() const { return _committed; } function in class:LSQUnit::SQEntry
H A Dlsq_unit_impl.hh687 // Mark any stores that are now committed and have not yet
754 assert(!storeWBIt->committed());
758 storeWBIt->committed() = true;
882 // Instructions marked as can WB are already committed.

Completed in 27 milliseconds