Lines Matching full:vcpus
36 /* Make request @req of all VCPUs of the VM with struct kvm @kvm. */
42 and kvm_make_all_cpus_request() has the kicking of all VCPUs built
56 2) Waking a sleeping VCPU. Sleeping VCPUs are VCPU threads outside guest
66 VCPUs have a mode state, ``vcpu->mode``, that is used to track whether the
69 ensure VCPU requests are seen by VCPUs (see "Ensuring Requests Are Seen"),
119 This request informs all VCPUs that the VM is dead and unusable, e.g. due to
153 from VCPUs running in guest mode. That is, sleeping VCPUs do not need
154 to be awakened for these requests. Sleeping VCPUs will handle the
161 proceeding. This flag only applies to VCPUs that would receive IPIs.
188 When making requests to VCPUs, we want to avoid the receiving VCPU
279 Sleeping VCPUs