Home
last modified time | relevance | path

Searched refs:__vm_create_with_vcpus (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/kvm/lib/x86/
H A Dsev.c171 vm = __vm_create_with_vcpus(shape, 1, 0, guest_code, cpus); in vm_sev_create_with_one_vcpu()
/linux/tools/testing/selftests/kvm/
H A Dkvm_page_table_test.c255 vm = __vm_create_with_vcpus(VM_SHAPE(mode), nr_vcpus, guest_num_pages, in pre_init_before_test()
H A Dmmu_stress_test.c332 vm = __vm_create_with_vcpus(VM_SHAPE_DEFAULT, nr_vcpus, in main()
/linux/tools/testing/selftests/kvm/lib/
H A Dmemstress.c170 vm = __vm_create_with_vcpus(VM_SHAPE(mode), nr_vcpus, in memstress_create_vm()
H A Dkvm_util.c549 struct kvm_vm *__vm_create_with_vcpus(struct vm_shape shape, uint32_t nr_vcpus, in __vm_create_with_vcpus() function
575 vm = __vm_create_with_vcpus(shape, 1, extra_mem_pages, guest_code, vcpus); in __vm_create_shape_with_one_vcpu()
/linux/tools/testing/selftests/kvm/x86/
H A Dprivate_mem_conversions_test.c393 vm = __vm_create_with_vcpus(shape, nr_vcpus, 0, guest_code, vcpus); in test_mem_conversions()
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h1042 struct kvm_vm *__vm_create_with_vcpus(struct vm_shape shape, uint32_t nr_vcpus,
1050 return __vm_create_with_vcpus(VM_SHAPE_DEFAULT, nr_vcpus, 0, in vm_create_with_vcpus()