Home
last modified time | relevance | path

Searched refs:create_vm (Results 1 – 7 of 7) sorted by relevance

/linux/samples/acrn/
H A Dvm-sample.c47 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 Dset_boot_cpu_id.c89 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 Dresets.c205 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 Ddirty_log_test.c577 static struct kvm_vm *create_vm(enum vm_guest_mode mode, struct kvm_vcpu **vcpu, in create_vm() function
620 vm = create_vm(mode, &vcpu, in run_test()
/linux/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c529 .create_vm = adreno_create_vm,
H A Da4xx_gpu.c648 .create_vm = adreno_create_vm,
H A Da6xx_gpu.c2407 .create_vm = a6xx_create_vm,
2436 .create_vm = a6xx_create_vm,
2467 .create_vm = a6xx_create_vm,