Searched refs:Commit (Results 1 - 5 of 5) sorted by relevance
/gem5/src/cpu/o3/ |
H A D | commit_impl.hh | 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,"[ti [all...] |
H A D | cpu_policy.hh | 87 typedef DefaultCommit<Impl> Commit; typedef in struct:SimpleCPUPolicy
|
H A D | rename.hh | 86 typedef typename CPUPol::Commit Commit; typedef in class:DefaultRename 158 void setCommitStage(Commit *commit_stage) 166 Commit *commit_ptr; 443 /** Commit width, in instructions. Used so rename knows how many
|
H A D | cpu.hh | 297 * Commit has reached a safe point to drain a thread. 299 * Commit calls this method to inform the pipeline that it has 572 typename CPUPolicy::Commit commit;
|
/gem5/util/maint/ |
H A D | list_changes.py | 45 class Commit(object): class in inherits:object 78 m = Commit._re_tag.match(l) 113 Returns: Generator of Commit objects 131 yield Commit(rev)
|
Completed in 11 milliseconds