Home
last modified time | relevance | path

Searched refs:__vm_create_with_vcpus (Results 1 – 5 of 5) 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.c330 vm = __vm_create_with_vcpus(VM_SHAPE_DEFAULT, nr_vcpus, in main()
/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/lib/
H A Dkvm_util.c544 struct kvm_vm *__vm_create_with_vcpus(struct vm_shape shape, uint32_t nr_vcpus, in __vm_create_with_vcpus() function
569 vm = __vm_create_with_vcpus(shape, 1, extra_mem_pages, guest_code, vcpus); in __vm_create_shape_with_one_vcpu()