Home
last modified time | relevance | path

Searched refs:vm_shape (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/include/
H A Dkvm_util.h184 struct vm_shape { struct
191 kvm_static_assert(sizeof(struct vm_shape) == sizeof(uint64_t)); argument
197 struct vm_shape shape = { \
904 struct kvm_vm *____vm_create(struct vm_shape shape);
905 struct kvm_vm *__vm_create(struct vm_shape shape, uint32_t nr_runnable_vcpus,
915 const struct vm_shape shape = { in vm_create_barebones_type()
928 struct kvm_vm *__vm_create_with_vcpus(struct vm_shape shape, uint32_t nr_vcpus,
941 struct kvm_vm *__vm_create_shape_with_one_vcpu(struct vm_shape shape,
964 static inline struct kvm_vm *vm_create_shape_with_one_vcpu(struct vm_shape shape, in vm_create_shape_with_one_vcpu()
/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dprivate_mem_kvm_exits_test.c42 const struct vm_shape protected_vm_shape = {
H A Dprivate_mem_conversions_test.c385 const struct vm_shape shape = { in test_mem_conversions()
/linux-6.15/tools/testing/selftests/kvm/
H A Dpre_fault_memory_test.c68 const struct vm_shape shape = { in __test_pre_fault_memory()
/linux-6.15/tools/testing/selftests/kvm/lib/x86/
H A Dsev.c118 struct vm_shape shape = { in vm_sev_create_with_one_vcpu()
/linux-6.15/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c274 struct kvm_vm *____vm_create(struct vm_shape shape) in ____vm_create()
447 struct kvm_vm *__vm_create(struct vm_shape shape, uint32_t nr_runnable_vcpus, in __vm_create()
509 struct kvm_vm *__vm_create_with_vcpus(struct vm_shape shape, uint32_t nr_vcpus, in __vm_create_with_vcpus()
526 struct kvm_vm *__vm_create_shape_with_one_vcpu(struct vm_shape shape, in __vm_create_shape_with_one_vcpu()