Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh136 vcpus=`identify_qemu_vcpus`
137 if test $cpu_count -gt $vcpus
139 echo CPU count limited from $cpu_count to $vcpus | tee -a $resdir/Warnings
140 cpu_count=$vcpus
/Linux-v5.4/Documentation/powerpc/
Dvcpudispatch_stats.txt5 static mapping of the LPAR processors (vcpus) to physical processor
6 chips (representing the "home" node) and tries to always dispatch vcpus
8 scenarios, vcpus may be dispatched on a different processor chip (away
/Linux-v5.4/arch/s390/hypfs/
Dhypfs_vm.c36 __u32 vcpus; member
147 ATTRIBUTE(cpus_dir, "count", data->vcpus); in hypfs_vm_create_guest()
/Linux-v5.4/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-v5.4/Documentation/virtual/
Dguest-halt-polling.txt5 the guest vcpus to poll for a specified amount of time before
/Linux-v5.4/Documentation/virt/kvm/devices/
Darm-vgic-its.txt104 a) restore all guest memory and create vcpus
114 Then vcpus can be started.
Dvcpu.txt26 all vcpus, while as an SPI it must be a separate number per vcpu.
Dvm.txt84 Returns: -EBUSY in case 1 or more vcpus are already activated (only in write case)
/Linux-v5.4/virt/kvm/arm/
Darm.c172 if (kvm->vcpus[i]) { in kvm_arch_destroy_vm()
173 kvm_arch_vcpu_free(kvm->vcpus[i]); in kvm_arch_destroy_vm()
174 kvm->vcpus[i] = NULL; in kvm_arch_destroy_vm()
/Linux-v5.4/Documentation/ia64/
Dxen.rst184 vcpus = 1
/Linux-v5.4/include/linux/
Dkvm_host.h448 struct kvm_vcpu *vcpus[KVM_MAX_VCPUS]; member
546 return kvm->vcpus[i]; in kvm_get_vcpu()
/Linux-v5.4/Documentation/virt/kvm/
Dhalt-polling.txt8 vcpus of a single vcore have ceded, the host kernel polls for wakeup conditions
Dapi.txt16 create virtual cpus (vcpus) and devices.
45 to control the vcpu or device. For vcpus, this includes the important
206 not returned in the MSR list, as different vcpus can have a different number
285 On powerpc using book3s_hv mode, the vcpus are mapped onto virtual
289 of vcpus per virtual core (vcore). The vcore id is obtained by
290 dividing the vcpu id by the number of vcpus per vcore. The vcpus in a
295 single-threaded guest vcpus, it should make all vcpu ids be a multiple
296 of the number of vcpus per vcore.
718 future vcpus to have a local APIC. IRQ routing for GSIs 0-15 is set to both
2166 (*) These encodings are not accepted for SVE-enabled vcpus. See
[all …]
/Linux-v5.4/arch/mips/kvm/
Dmips.c165 kvm->vcpus[i] = NULL; in kvm_mips_free_vcpus()
492 dvcpu = vcpu->kvm->vcpus[irq->cpu]; in kvm_vcpu_ioctl_interrupt()
/Linux-v5.4/Documentation/admin-guide/mm/
Duserfaultfd.rst126 the guest vcpus.
/Linux-v5.4/arch/s390/kvm/
Dkvm-s390.c2551 kvm->vcpus[i] = NULL; in kvm_free_vcpus()
4167 if (!is_vcpu_stopped(vcpu->kvm->vcpus[i])) in kvm_s390_vcpu_start()
4213 if (!is_vcpu_stopped(vcpu->kvm->vcpus[i])) { in kvm_s390_vcpu_stop()
4215 started_vcpu = vcpu->kvm->vcpus[i]; in kvm_s390_vcpu_stop()
/Linux-v5.4/virt/kvm/
Dkvm_main.c2742 BUG_ON(kvm->vcpus[atomic_read(&kvm->online_vcpus)]); in kvm_vm_ioctl_create_vcpu()
2752 kvm->vcpus[atomic_read(&kvm->online_vcpus)] = vcpu; in kvm_vm_ioctl_create_vcpu()
/Linux-v5.4/arch/powerpc/kvm/
Dpowerpc.c480 kvm->vcpus[i] = NULL; in kvm_arch_destroy_vm()
/Linux-v5.4/Documentation/sparc/oradax/
Ddax-hv-api.txt1284 … CCBs on all other vcpus but can expect continued rejections of all
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c7436 !kvm_vcpu_apicv_active(kvm->vcpus[0])) in vmx_update_pi_irte()
/Linux-v5.4/arch/x86/kvm/
Dx86.c9517 kvm->vcpus[i] = NULL; in kvm_free_vcpus()