Home
last modified time | relevance | path

Searched refs:vm_create_shape_with_one_vcpu (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dprivate_mem_kvm_exits_test.c55 vm = vm_create_shape_with_one_vcpu(protected_vm_shape, &vcpu, in test_private_access_memslot_deleted()
91 vm = vm_create_shape_with_one_vcpu(protected_vm_shape, &vcpu, in test_private_access_memslot_not_private()
/linux-6.12.1/tools/testing/selftests/kvm/
Dpre_fault_memory_test.c81 vm = vm_create_shape_with_one_vcpu(shape, &vcpu, guest_code); in __test_pre_fault_memory()
/linux-6.12.1/tools/testing/selftests/kvm/include/
Dkvm_util.h951 static inline struct kvm_vm *vm_create_shape_with_one_vcpu(struct vm_shape shape, in vm_create_shape_with_one_vcpu() function