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

/gem5/src/cpu/kvm/
H A Dbase.cc176 ? RunningMMIOPending : RunningServiceCompletion;
236 _status = RunningServiceCompletion;
395 case RunningServiceCompletion:
561 assert(_status == Running || _status == RunningServiceCompletion);
631 case RunningServiceCompletion:
713 // RunningServiceCompletion or RunningMMIOPending state.
714 assert(_status == RunningServiceCompletion ||
H A Dbase.hh162 * RunningServiceCompletion;
172 * RunningService -> RunningServiceCompletion [label="handleKvmExit()", URL="\ref handleKvmExit"];
174 * RunningMMIOPending -> RunningServiceCompletion [label="finishMMIOPending()", URL="\ref finishMMIOPending"];
175 * RunningServiceCompletion -> Running [label="tick()", URL="\ref tick"];
176 * RunningServiceCompletion -> RunningService [label="tick()", URL="\ref tick"];
204 * <li>IO/MMIO (Atomic): RunningServiceCompletion
216 * will transition to the RunningServiceCompletion state.
227 RunningServiceCompletion, enumerator in enum:BaseKvmCPU::Status

Completed in 9 milliseconds