Lines Matching defs:running
11 * Description: KVM functions specific to running on Book 3S
257 * run as part of a virtual core, but the task running the vcore
259 * in the kernel by the task running the vcpu, but that task is
262 * of running the core, and the other vcpu tasks in the vcore will
367 * running in the kernel (but not in qemu, which is INACTIVE).
1458 * If the vcpu is currently running on a physical cpu thread,
1473 * give the guest the illusion of running on a multi-threaded core.
1687 * A guest could be running PR KVM, so this
3200 struct kvm *running = *per_cpu_ptr(&cpu_in_guest, i);
3202 if (running == kvm)
3248 * any vcpus running on the same core as this vcpu previously
3755 * Make sure we are running on primary threads, and that secondary
3992 * ticks that occurred while running the guest are accounted to
4493 * If the vcore is already running, we may be able to start
4723 * ticks that occurred while running the guest are accounted to
4967 /* If running as a nested hypervisor, we don't support HPT guests */
5265 * mmu_ready = 0 and no vcpus running.
5292 * mmu_ready = 0 and no vcpus running.
5325 * running in the host versus the guest and for exchanging data between
5326 * real mode KVM and CPU running in the host.
5428 * make sure we flush on each core before running the new VM.