Searched refs:VM_SHAPE_DEFAULT (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 273 #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 D | vgic_v5.c | 108 v.vm = __vm_create(VM_SHAPE_DEFAULT, NR_VCPUS, 0); in test_vgic_v5_ppis()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | ucna_injection_test.c | 272 vm = __vm_create(VM_SHAPE_DEFAULT, 3, 0); in main()
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | mmu_stress_test.c | 332 vm = __vm_create_with_vcpus(VM_SHAPE_DEFAULT, nr_vcpus, in main()
|
| H A D | guest_memfd_test.c | 504 vm = __vm_create_shape_with_one_vcpu(VM_SHAPE_DEFAULT, &vcpu, 1, guest_code); in test_guest_memfd_guest()
|