Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h273 #define VM_SHAPE_DEFAULT VM_SHAPE(VM_MODE_DEFAULT) macro
1022 return ____vm_create(VM_SHAPE_DEFAULT); in vm_create_barebones()
1037 return __vm_create(VM_SHAPE_DEFAULT, nr_runnable_vcpus, 0); in vm_create()
1048 return __vm_create_with_vcpus(VM_SHAPE_DEFAULT, nr_vcpus, 0, in vm_create_with_vcpus()
1066 return __vm_create_shape_with_one_vcpu(VM_SHAPE_DEFAULT, vcpu, in __vm_create_with_one_vcpu()
/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/
H A Dmmu_stress_test.c332 vm = __vm_create_with_vcpus(VM_SHAPE_DEFAULT, nr_vcpus, in main()
H A Dguest_memfd_test.c504 vm = __vm_create_shape_with_one_vcpu(VM_SHAPE_DEFAULT, &vcpu, 1, guest_code); in test_guest_memfd_guest()