Searched refs:create_vm (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/samples/acrn/ |
D | vm-sample.c | 50 struct acrn_vm_creation create_vm = {0}; in main() local 66 memcpy(&create_vm.uuid, &vm_uuid, 16); in main() 67 create_vm.ioreq_buf = (__u64)io_req_buf; in main() 68 ret = ioctl(hsm_fd, ACRN_IOCTL_CREATE_VM, &create_vm); in main() 70 vcpu_num = create_vm.vcpu_num; in main() 71 vmid = create_vm.vmid; in main()
|
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/ |
D | set_boot_cpu_id.c | 76 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-v6.1/tools/testing/selftests/kvm/s390x/ |
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-v6.1/tools/testing/selftests/kvm/ |
D | dirty_log_test.c | 670 static struct kvm_vm *create_vm(enum vm_guest_mode mode, struct kvm_vcpu **vcpu, in create_vm() function 714 vm = create_vm(mode, &vcpu, in run_test()
|