Home
last modified time | relevance | path

Searched refs:vcpus (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh144 vcpus=`identify_qemu_vcpus`
145 if test $cpu_count -gt $vcpus
147 echo CPU count limited from $cpu_count to $vcpus
149 echo CPU count limited from $cpu_count to $vcpus >> $resdir/Warnings
150 cpu_count=$vcpus
/linux-4.1.27/arch/s390/hypfs/
Dhypfs_vm.c34 __u32 vcpus; member
144 ATTRIBUTE(cpus_dir, "count", data->vcpus); in hpyfs_vm_create_guest()
/linux-4.1.27/arch/arm/kvm/
Darm.c160 if (kvm->vcpus[i]) { in kvm_arch_destroy_vm()
161 kvm_arch_vcpu_free(kvm->vcpus[i]); in kvm_arch_destroy_vm()
162 kvm->vcpus[i] = NULL; in kvm_arch_destroy_vm()
/linux-4.1.27/tools/perf/Documentation/
Dperf-kvm.txt103 analyze events which occur on this vcpu. (default: all vcpus)
137 analyze events which occur on this vcpu. (default: all vcpus)
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dvm.txt82 Returns: -EBUSY in case 1 or more vcpus are already activated (only in write case)
/linux-4.1.27/include/linux/
Dkvm_host.h356 struct kvm_vcpu *vcpus[KVM_MAX_VCPUS]; member
417 return kvm->vcpus[i]; in kvm_get_vcpu()
/linux-4.1.27/Documentation/ia64/
Dxen.txt163 vcpus = 1
/linux-4.1.27/arch/s390/kvm/
Dkvm-s390.c1152 kvm->vcpus[i] = NULL; in kvm_free_vcpus()
2249 if (!is_vcpu_stopped(vcpu->kvm->vcpus[i])) in kvm_s390_vcpu_start()
2295 if (!is_vcpu_stopped(vcpu->kvm->vcpus[i])) { in kvm_s390_vcpu_stop()
2297 started_vcpu = vcpu->kvm->vcpus[i]; in kvm_s390_vcpu_stop()
/linux-4.1.27/arch/mips/kvm/
Dmips.c159 kvm->vcpus[i] = NULL; in kvm_mips_free_vcpus()
431 dvcpu = vcpu->kvm->vcpus[irq->cpu]; in kvm_vcpu_ioctl_interrupt()
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt16 create virtual cpus (vcpus).
148 not returned in the MSR list, as different vcpus can have a different number
215 On powerpc using book3s_hv mode, the vcpus are mapped onto virtual
219 of vcpus per virtual core (vcore). The vcore id is obtained by
220 dividing the vcpu id by the number of vcpus per vcore. The vcpus in a
225 single-threaded guest vcpus, it should make all vcpu ids be a multiple
226 of the number of vcpus per vcore.
617 future vcpus to have a local APIC. IRQ routing for GSIs 0-15 is set to both
2319 There must be no vcpus running when this ioctl is called; if there
2522 Note that because some registers reflect machine topology, all vcpus
Dmmu.txt408 generation-number then reload root shadow pages on all vcpus. As the VCPUs
/linux-4.1.27/arch/powerpc/kvm/
Dpowerpc.c445 kvm->vcpus[i] = NULL; in kvm_arch_destroy_vm()
/linux-4.1.27/virt/kvm/
Dkvm_main.c2052 BUG_ON(kvm->vcpus[atomic_read(&kvm->online_vcpus)]); in kvm_vm_ioctl_create_vcpu()
2062 kvm->vcpus[atomic_read(&kvm->online_vcpus)] = vcpu; in kvm_vm_ioctl_create_vcpu()
/linux-4.1.27/arch/x86/kvm/
Dx86.c7472 kvm->vcpus[i] = NULL; in kvm_free_vcpus()