Searched refs:create_vm (Results 1 - 4 of 4) 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, function
97 vm = create_vm(ARRAY_SIZE(vcpus), bsp_vcpu_id, vcpus);
110 vm = create_vm(ARRAY_SIZE(vcpus), 0, vcpus);
/linux-master/samples/acrn/
H A Dvm-sample.c47 struct acrn_vm_creation create_vm = {0}; local
63 create_vm.ioreq_buf = (__u64)io_req_buf;
64 ret = ioctl(hsm_fd, ACRN_IOCTL_CREATE_VM, &create_vm);
66 vcpu_num = create_vm.vcpu_num;
67 vmid = create_vm.vmid;
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dresets.c205 static struct kvm_vm *create_vm(struct kvm_vcpu **vcpu) function
222 vm = create_vm(&vcpu);
245 vm = create_vm(&vcpu);
268 vm = create_vm(&vcpu);
/linux-master/tools/testing/selftests/kvm/
H A Ddirty_log_test.c682 static struct kvm_vm *create_vm(enum vm_guest_mode mode, struct kvm_vcpu **vcpu, function
725 vm = create_vm(mode, &vcpu,

Completed in 226 milliseconds