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

/gem5/src/cpu/kvm/
H A Dbase.cc397 // the RunningService state, but the results have still not
412 case RunningService:
623 case RunningService:
679 // Enter into the RunningService state unless the
682 _status = RunningService;
994 assert(_status == RunningService);
H A Dbase.hh161 * RunningService;
168 * Running -> RunningService [label="tick()", URL="\ref tick"];
172 * RunningService -> RunningServiceCompletion [label="handleKvmExit()", URL="\ref handleKvmExit"];
173 * RunningService -> RunningMMIOPending [label="handleKvmExit()", URL="\ref handleKvmExit"];
176 * RunningServiceCompletion -> RunningService [label="tick()", URL="\ref tick"];
210 RunningService, enumerator in enum:BaseKvmCPU::Status
225 * the Running or RunningService state.

Completed in 10 milliseconds