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

/gem5/src/cpu/minor/
H A Dexecute.hh300 * If only_commit_microops is true then only commit upto the
305 void commit(ThreadID thread_id, bool only_commit_microops, bool discard,
H A Dexecute.cc1023 Execute::commit(ThreadID thread_id, bool only_commit_microops, bool discard, argument
1066 if (only_commit_microops && !ex_info.inFlightInsts->empty()) {
1079 if (only_commit_microops) {
1108 !(only_commit_microops && ex_info.lastCommitWasEndOfMacroop);
1469 bool only_commit_microops = interrupted && local
1471 commit(commit_tid, only_commit_microops, false, branch);

Completed in 11 milliseconds