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

/gem5/src/cpu/minor/
H A Dexecute.cc1095 bool committed_inst = false; local
1143 committed_inst = true;
1292 committed_inst, issued_mem_ref);
1366 " inst: %s committed: %d\n", *inst, committed_inst);
1367 lsq.completeMemBarrierInst(inst, committed_inst);
1374 if (committed_inst) {

Completed in 9 milliseconds