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

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dset_boot_cpu_id.c76 static struct kvm_vm *create_vm(uint32_t nr_vcpus, uint32_t bsp_vcpu_id, argument
84 vm_ioctl(vm, KVM_SET_BOOT_CPU_ID, (void *)(unsigned long)bsp_vcpu_id);
87 vcpus[i] = vm_vcpu_add(vm, i, i == bsp_vcpu_id ? guest_bsp_vcpu :
92 static void run_vm_bsp(uint32_t bsp_vcpu_id) argument
97 vm = create_vm(ARRAY_SIZE(vcpus), bsp_vcpu_id, vcpus);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1386 u32 bsp_vcpu_id; member in struct:kvm_arch
/linux-master/arch/x86/kvm/
H A Dx86.c7201 kvm->arch.bsp_vcpu_id = arg;
12497 return vcpu->kvm->arch.bsp_vcpu_id == vcpu->vcpu_id;

Completed in 127 milliseconds