Searched refs:create_vm (Results 1 – 11 of 11) sorted by relevance
| /linux/samples/acrn/ |
| H A D | vm-sample.c | 47 struct acrn_vm_creation create_vm = {0}; in main() local 63 create_vm.ioreq_buf = (__u64)io_req_buf; in main() 64 ret = ioctl(hsm_fd, ACRN_IOCTL_CREATE_VM, &create_vm); in main() 66 vcpu_num = create_vm.vcpu_num; in main() 67 vmid = create_vm.vmid; in main()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | set_boot_cpu_id.c | 89 static struct kvm_vm *create_vm(uint32_t nr_vcpus, uint32_t bsp_vcpu_id, in create_vm() function 112 vm = create_vm(ARRAY_SIZE(vcpus), bsp_vcpu_id, vcpus); in run_vm_bsp() 125 vm = create_vm(ARRAY_SIZE(vcpus), 0, vcpus); in check_set_bsp_busy()
|
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | resets.c | 205 static struct kvm_vm *create_vm(struct kvm_vcpu **vcpu) in create_vm() function 222 vm = create_vm(&vcpu); in test_normal() 245 vm = create_vm(&vcpu); in test_initial() 268 vm = create_vm(&vcpu); in test_clear()
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | dirty_log_test.c | 577 static struct kvm_vm *create_vm(enum vm_guest_mode mode, struct kvm_vcpu **vcpu, in create_vm() function 621 vm = create_vm(mode, &vcpu, in run_test()
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gpu.h | 83 struct drm_gpuvm *(*create_vm)(struct msm_gpu *gpu, struct platform_device *pdev); member
|
| H A D | msm_gpu.c | 1067 gpu->vm = gpu->funcs->create_vm(gpu, pdev); in msm_gpu_init()
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a2xx_gpu.c | 561 .create_vm = a2xx_create_vm,
|
| H A D | a6xx_gpu.c | 2759 .create_vm = a6xx_create_vm, 2791 .create_vm = a6xx_create_vm, 2825 .create_vm = a6xx_create_vm, 2852 .create_vm = a6xx_create_vm,
|
| H A D | a3xx_gpu.c | 613 .create_vm = adreno_create_vm,
|
| H A D | a4xx_gpu.c | 725 .create_vm = adreno_create_vm,
|
| H A D | a5xx_gpu.c | 1803 .create_vm = adreno_create_vm,
|