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

/gem5/src/cpu/kvm/
H A Dbase.hh172 * RunningService -> RunningServiceCompletion [label="handleKvmExit()", URL="\ref handleKvmExit"];
173 * RunningService -> RunningMMIOPending [label="handleKvmExit()", URL="\ref handleKvmExit"];
200 * will call handleKvmExit() on the next cycle. The next state
201 * after running service is determined in handleKvmExit() and
223 * happens in handleKvmExit() or one of its friends after IO
439 * Main kvmRun exit handler, calls the relevant handleKvmExit*
444 virtual Tick handleKvmExit();
H A Dbase.cc624 // handleKvmExit() will determine the next state of the CPU
625 delay = handleKvmExit();
991 BaseKvmCPU::handleKvmExit() function in class:BaseKvmCPU
993 DPRINTF(KvmRun, "handleKvmExit (exit_reason: %i)\n", _kvmRun->exit_reason);

Completed in 10 milliseconds