Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/acrn/
A Dvm-sample.c48 struct acrn_vm_creation create_vm = {0}; in main() local
64 create_vm.ioreq_buf = (__u64)io_req_buf; in main()
65 ret = ioctl(hsm_fd, ACRN_IOCTL_CREATE_VM, &create_vm); in main()
67 vcpu_num = create_vm.vcpu_num; in main()
68 vmid = create_vm.vmid; in main()
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dset_boot_cpu_id.c76 static struct kvm_vm *create_vm(uint32_t nr_vcpus, uint32_t bsp_vcpu_id, in create_vm() function
97 vm = create_vm(ARRAY_SIZE(vcpus), bsp_vcpu_id, vcpus); in run_vm_bsp()
110 vm = create_vm(ARRAY_SIZE(vcpus), 0, vcpus); in check_set_bsp_busy()
/linux-6.3-rc2/tools/testing/selftests/kvm/s390x/
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-6.3-rc2/tools/testing/selftests/kvm/
A Ddirty_log_test.c695 static struct kvm_vm *create_vm(enum vm_guest_mode mode, struct kvm_vcpu **vcpu, in create_vm() function
737 vm = create_vm(mode, &vcpu, in run_test()

Completed in 7 milliseconds