Lines Matching refs:Commit

63 #include "debug/Commit.hh"
143 ppCommit = new ProbePointArg<DynInstPtr>(cpu->getProbeManager(), "Commit");
367 // Commit must broadcast the number of free entries it has at the
530 DPRINTF(Commit, "Generating trap event for [tid:%i]\n", tid);
549 DPRINTF(Commit, "Generating TC squash event for [tid:%i]\n", tid);
596 DPRINTF(Commit, "Squashing from trap, restarting at PC %s\n", pc[tid]);
614 DPRINTF(Commit, "Squashing from TC, restarting at PC %s\n", pc[tid]);
629 DPRINTF(Commit, "Squashing after squash after request, "
647 DPRINTF(Commit, "Executing squash after for [tid:%i] inst [sn:%llu]\n",
682 DPRINTF(Commit,"[tid:%i] Still Squashing, cannot commit any"
707 DPRINTF(Commit,"[tid:%i] Instruction [sn:%llu] PC %s is head of"
716 DPRINTF(Commit,"[tid:%i] Can't commit, Instruction [sn:%llu] PC "
721 DPRINTF(Commit, "[tid:%i] ROB has %d insts & %d free entries.\n",
740 DPRINTF(Commit, "Pending interrupt is cleared by master before "
753 DPRINTF(Commit, "Interrupt detected.\n");
781 DPRINTF(Commit, "Interrupt pending: instruction is %sin "
864 DPRINTF(Commit,
871 DPRINTF(Commit,
876 DPRINTF(Commit, "[tid:%i] Redirecting to PC %#x\n",
989 DPRINTF(Commit, "Trying to commit instructions in the ROB.\n");
995 // Commit as many instructions as possible until the commit bandwidth
1014 DPRINTF(Commit,
1022 DPRINTF(Commit, "Retiring squashed instruction from "
1119 DPRINTF(Commit,
1136 DPRINTF(Commit, "Unable to commit head instruction PC:%s "
1174 DPRINTF(Commit,
1181 DPRINTF(Commit,
1195 DPRINTF(Commit, "[tid:%i] [sn:%llu] "
1221 DPRINTF(Commit, "Inst [tid:%i] [sn:%llu] PC %s has a fault\n",
1225 DPRINTF(Commit,
1263 DPRINTF(Commit,
1299 DPRINTF(Commit,
1310 DPRINTF(Commit,
1342 DPRINTF(Commit, "Getting instructions from Rename stage.\n");
1356 DPRINTF(Commit, "[tid:%i] [sn:%llu] Inserting PC %s into ROB.\n",
1365 DPRINTF(Commit, "[tid:%i] [sn:%llu] "
1381 DPRINTF(Commit, "[tid:%i] Marking PC %s, [sn:%llu] ready "