Searched refs:__vm_create (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | ucna_injection_test.c | 271 vm = __vm_create(VM_SHAPE_DEFAULT, 3, 0); in main()
|
/linux-6.12.1/tools/testing/selftests/kvm/include/ |
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-6.12.1/tools/testing/selftests/kvm/ |
D | dirty_log_test.c | 673 vm = __vm_create(VM_SHAPE(mode), 1, extra_mem_pages); in create_vm()
|
/linux-6.12.1/tools/testing/selftests/kvm/lib/ |
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()
|