Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/include/
Dkvm_util.h928 struct kvm_vm *__vm_create_shape_with_one_vcpu(struct vm_shape shape,
941 return __vm_create_shape_with_one_vcpu(VM_SHAPE_DEFAULT, vcpu, in __vm_create_with_one_vcpu()
955 return __vm_create_shape_with_one_vcpu(shape, vcpu, 0, guest_code); in vm_create_shape_with_one_vcpu()
/linux-6.12.1/tools/testing/selftests/kvm/lib/
Dkvm_util.c486 struct kvm_vm *__vm_create_shape_with_one_vcpu(struct vm_shape shape, in __vm_create_shape_with_one_vcpu() function