create_vm
.create_vm = a2xx_create_vm,
.create_vm = adreno_create_vm,
.create_vm = adreno_create_vm,
.create_vm = adreno_create_vm,
.create_vm = a6xx_create_vm,
.create_vm = a6xx_create_vm,
.create_vm = a6xx_create_vm,
.create_vm = a6xx_create_vm,
gpu->vm = gpu->funcs->create_vm(gpu, pdev);
struct drm_gpuvm *(*create_vm)(struct msm_gpu *gpu, struct platform_device *pdev);
struct acrn_vm_creation create_vm = {0};
create_vm.ioreq_buf = (__u64)io_req_buf;
ret = ioctl(hsm_fd, ACRN_IOCTL_CREATE_VM, &create_vm);
vcpu_num = create_vm.vcpu_num;
vmid = create_vm.vmid;
vm = create_vm(mode, &vcpu,
vm = create_vm(&vcpu);
vm = create_vm(&vcpu);
vm = create_vm(&vcpu);
vm = create_vm(ARRAY_SIZE(vcpus), bsp_vcpu_id, vcpus);
vm = create_vm(ARRAY_SIZE(vcpus), 0, vcpus);