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

/gem5/src/cpu/minor/
H A Dexecute.hh253 /** Are we between instructions? Can we be interrupted? */
272 * returns the tid of the thread. interrupted is set if any thread
274 ThreadID checkInterrupts(BranchData& branch, bool& interrupted);
H A Dexecute.cc1427 bool interrupted = false; local
1428 ThreadID interrupt_tid = checkInterrupts(branch, interrupted);
1465 /* Commit micro-ops only if interrupted. Otherwise, commit
1469 bool only_commit_microops = interrupted &&
1485 /* This will issue merrily even when interrupted in the sure and
1570 (interrupted ? " (interrupted)" : ""));
1578 interrupted; /* There are pending interrupts */
1599 Execute::checkInterrupts(BranchData& branch, bool& interrupted) argument
1613 interrupted
[all...]

Completed in 17 milliseconds