Searched refs:__vm_create (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86_64/ |
| A D | ucna_injection_test.c | 271 vm = __vm_create(VM_SHAPE_DEFAULT, 3, 0); in main()
|
| /linux/tools/testing/selftests/kvm/include/ |
| A D | kvm_util.h | 892 struct kvm_vm *__vm_create(struct vm_shape shape, uint32_t nr_runnable_vcpus, 912 return __vm_create(VM_SHAPE_DEFAULT, nr_runnable_vcpus, 0); in vm_create()
|
| /linux/tools/testing/selftests/kvm/ |
| A D | dirty_log_test.c | 673 vm = __vm_create(VM_SHAPE(mode), 1, extra_mem_pages); in create_vm()
|
| /linux/tools/testing/selftests/kvm/lib/ |
| A D | kvm_util.c | 409 struct kvm_vm *__vm_create(struct vm_shape shape, uint32_t nr_runnable_vcpus, in __vm_create() function 478 vm = __vm_create(shape, nr_vcpus, extra_mem_pages); in __vm_create_with_vcpus()
|
Completed in 15 milliseconds