Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h233 #define VM_SHAPE_DEFAULT VM_SHAPE(VM_MODE_DEFAULT) macro
897 return ____vm_create(VM_SHAPE_DEFAULT); in vm_create_barebones()
912 return __vm_create(VM_SHAPE_DEFAULT, nr_runnable_vcpus, 0); in vm_create()
923 return __vm_create_with_vcpus(VM_SHAPE_DEFAULT, nr_vcpus, 0, in vm_create_with_vcpus()
941 return __vm_create_shape_with_one_vcpu(VM_SHAPE_DEFAULT, vcpu, in __vm_create_with_one_vcpu()
/linux/tools/testing/selftests/kvm/x86_64/
H A Ducna_injection_test.c271 vm = __vm_create(VM_SHAPE_DEFAULT, 3, 0); in main()