Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Ducna_injection_test.c271 vm = __vm_create(VM_SHAPE_DEFAULT, 3, 0); in main()
/linux-6.15/tools/testing/selftests/kvm/include/
H A Dkvm_util.h905 struct kvm_vm *__vm_create(struct vm_shape shape, uint32_t nr_runnable_vcpus,
925 return __vm_create(VM_SHAPE_DEFAULT, nr_runnable_vcpus, 0); in vm_create()
/linux-6.15/tools/testing/selftests/kvm/
H A Ddirty_log_test.c584 vm = __vm_create(VM_SHAPE(mode), 1, extra_mem_pages); in create_vm()
/linux-6.15/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c447 struct kvm_vm *__vm_create(struct vm_shape shape, uint32_t nr_runnable_vcpus, in __vm_create() function
518 vm = __vm_create(shape, nr_vcpus, extra_mem_pages); in __vm_create_with_vcpus()