Searched refs:vm_create_barebones_type (Results 1 – 4 of 4) sorted by relevance
55 vm = vm_create_barebones_type(vm_type); in test_init2()68 vm = vm_create_barebones_type(vm_type); in test_init2_invalid()
359 vm = vm_create_barebones_type(KVM_X86_SW_PROTECTED_VM); in test_invalid_memory_region_flags()481 vm = vm_create_barebones_type(KVM_X86_SW_PROTECTED_VM); in test_add_private_memory_region()490 vm2 = vm_create_barebones_type(KVM_X86_SW_PROTECTED_VM); in test_add_private_memory_region()518 vm = vm_create_barebones_type(KVM_X86_SW_PROTECTED_VM); in test_add_overlapping_private_memory_regions()
390 struct kvm_vm *vm = vm_create_barebones_type(vm_type); in test_guest_memfd()
1027 static inline struct kvm_vm *vm_create_barebones_type(unsigned long type) in vm_create_barebones_type() function