Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/s390/
H A Dcmma_test.c155 vm = vm_create_barebones(); in create_vm_two_memslots()
274 struct kvm_vm *vm = vm_create_barebones(); in test_migration_mode()
668 struct kvm_vm *vm = vm_create_barebones(); in machine_has_cmma()
/linux/tools/testing/selftests/kvm/
H A Dset_memory_region_test.c335 vm = vm_create_barebones(); in test_zero_memory_regions()
362 vm = vm_create_barebones(); in test_invalid_memory_region_flags()
430 vm = vm_create_barebones(); in test_add_max_memory_regions()
H A Dkvm_binary_stats_test.c227 vms[i] = vm_create_barebones(); in main()
H A Dget-reg-list.c177 vm = vm_create_barebones(); in run_test()
/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_cpuid.c138 vm = vm_create_barebones(); in main()
/linux/tools/testing/selftests/kvm/arm64/
H A Dvgic_init.c92 v.vm = vm_create_barebones(); in vm_gic_create_barebones()
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h999 static inline struct kvm_vm *vm_create_barebones(void) in vm_create_barebones() function