Searched refs:create_vm (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/kvm/x86/ |
| 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()
|
| /tools/testing/selftests/kvm/s390/ |
| 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()
|
| /tools/testing/selftests/kvm/ |
| 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 620 vm = create_vm(mode, &vcpu, in run_test()
|
Completed in 9 milliseconds