Searched refs:vcpus (Results 1 – 15 of 15) sorted by relevance
144 vcpus=`identify_qemu_vcpus`145 if test $cpu_count -gt $vcpus147 echo CPU count limited from $cpu_count to $vcpus149 echo CPU count limited from $cpu_count to $vcpus >> $resdir/Warnings150 cpu_count=$vcpus
35 __u32 vcpus; member146 ATTRIBUTE(cpus_dir, "count", data->vcpus); in hpyfs_vm_create_guest()
161 if (kvm->vcpus[i]) { in kvm_arch_destroy_vm()162 kvm_arch_vcpu_free(kvm->vcpus[i]); in kvm_arch_destroy_vm()163 kvm->vcpus[i] = NULL; in kvm_arch_destroy_vm()
103 analyze events which occur on this vcpu. (default: all vcpus)137 analyze events which occur on this vcpu. (default: all vcpus)
82 Returns: -EBUSY in case 1 or more vcpus are already activated (only in write case)
163 vcpus = 1
386 struct kvm_vcpu *vcpus[KVM_MAX_VCPUS]; member454 return kvm->vcpus[i]; in kvm_get_vcpu()
160 kvm->vcpus[i] = NULL; in kvm_mips_free_vcpus()433 dvcpu = vcpu->kvm->vcpus[irq->cpu]; in kvm_vcpu_ioctl_interrupt()
1221 kvm->vcpus[i] = NULL; in kvm_free_vcpus()2362 if (!is_vcpu_stopped(vcpu->kvm->vcpus[i])) in kvm_s390_vcpu_start()2408 if (!is_vcpu_stopped(vcpu->kvm->vcpus[i])) { in kvm_s390_vcpu_stop()2410 started_vcpu = vcpu->kvm->vcpus[i]; in kvm_s390_vcpu_stop()
98 the guest vcpus.
16 create virtual cpus (vcpus).148 not returned in the MSR list, as different vcpus can have a different number215 On powerpc using book3s_hv mode, the vcpus are mapped onto virtual219 of vcpus per virtual core (vcore). The vcore id is obtained by220 dividing the vcpu id by the number of vcpus per vcore. The vcpus in a225 single-threaded guest vcpus, it should make all vcpu ids be a multiple226 of the number of vcpus per vcore.628 future vcpus to have a local APIC. IRQ routing for GSIs 0-15 is set to both2355 There must be no vcpus running when this ioctl is called; if there2558 Note that because some registers reflect machine topology, all vcpus
414 generation-number then reload root shadow pages on all vcpus. As the VCPUs
445 kvm->vcpus[i] = NULL; in kvm_arch_destroy_vm()
2295 BUG_ON(kvm->vcpus[atomic_read(&kvm->online_vcpus)]); in kvm_vm_ioctl_create_vcpu()2305 kvm->vcpus[atomic_read(&kvm->online_vcpus)] = vcpu; in kvm_vm_ioctl_create_vcpu()
7682 kvm->vcpus[i] = NULL; in kvm_free_vcpus()