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

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1496 u32 max_vcpu_ids; member in struct:kvm_arch
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c4680 return get_order(kvm->arch.max_vcpu_ids * sizeof(*to_kvm_vmx(kvm)->pid_table));
4752 vmcs_write16(LAST_PID_POINTER_INDEX, kvm->arch.max_vcpu_ids - 1);
/linux-master/arch/x86/kvm/
H A Dx86.c6704 if (kvm->arch.max_vcpu_ids == cap->args[0]) {
6706 } else if (!kvm->arch.max_vcpu_ids) {
6707 kvm->arch.max_vcpu_ids = cap->args[0];
12143 if (!kvm->arch.max_vcpu_ids)
12144 kvm->arch.max_vcpu_ids = KVM_MAX_VCPU_IDS;
12146 if (id >= kvm->arch.max_vcpu_ids)

Completed in 351 milliseconds