Searched refs:max_vcpu_ids (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1492 u32 max_vcpu_ids; member in struct:kvm_arch
/linux-master/arch/x86/kvm/
H A Dx86.c6679 if (kvm->arch.max_vcpu_ids == cap->args[0]) {
6681 } else if (!kvm->arch.max_vcpu_ids) {
6682 kvm->arch.max_vcpu_ids = cap->args[0];
12077 if (!kvm->arch.max_vcpu_ids)
12078 kvm->arch.max_vcpu_ids = KVM_MAX_VCPU_IDS;
12080 if (id >= kvm->arch.max_vcpu_ids)
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c4672 return get_order(kvm->arch.max_vcpu_ids * sizeof(*to_kvm_vmx(kvm)->pid_table));
4740 vmcs_write16(LAST_PID_POINTER_INDEX, kvm->arch.max_vcpu_ids - 1);

Completed in 163 milliseconds