Home
last modified time | relevance | path

Searched refs:__vm_create (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h996 struct kvm_vm *__vm_create(struct vm_shape shape, uint32_t nr_runnable_vcpus,
1016 return __vm_create(VM_SHAPE_DEFAULT, nr_runnable_vcpus, 0); in vm_create()
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c446 struct kvm_vm *__vm_create(struct vm_shape shape, uint32_t nr_runnable_vcpus, in __vm_create() function
525 vm = __vm_create(shape, nr_vcpus, extra_mem_pages); in __vm_create_with_vcpus()