Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/arm64/
H A Dvgic_v5.c108 v.vm = __vm_create(VM_SHAPE_DEFAULT, NR_VCPUS, 0); in test_vgic_v5_ppis()
/linux/tools/testing/selftests/kvm/x86/
H A Ducna_injection_test.c272 vm = __vm_create(VM_SHAPE_DEFAULT, 3, 0); in main()
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h1017 struct kvm_vm *__vm_create(struct vm_shape shape, u32 nr_runnable_vcpus,
1037 return __vm_create(VM_SHAPE_DEFAULT, nr_runnable_vcpus, 0); in vm_create()
/linux/tools/testing/selftests/kvm/
H A Ddirty_log_test.c584 vm = __vm_create(VM_SHAPE(mode), 1, extra_mem_pages); in create_vm()
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c479 struct kvm_vm *__vm_create(struct vm_shape shape, u32 nr_runnable_vcpus, in __vm_create() function
558 vm = __vm_create(shape, nr_vcpus, extra_mem_pages); in __vm_create_with_vcpus()