Symbol: vm_shape
tools/testing/selftests/kvm/include/kvm_util.h
1016
struct kvm_vm *____vm_create(struct vm_shape shape);
tools/testing/selftests/kvm/include/kvm_util.h
1017
struct kvm_vm *__vm_create(struct vm_shape shape, u32 nr_runnable_vcpus,
tools/testing/selftests/kvm/include/kvm_util.h
1027
const struct vm_shape shape = {
tools/testing/selftests/kvm/include/kvm_util.h
1040
struct kvm_vm *__vm_create_with_vcpus(struct vm_shape shape, u32 nr_vcpus,
tools/testing/selftests/kvm/include/kvm_util.h
1053
struct kvm_vm *__vm_create_shape_with_one_vcpu(struct vm_shape shape,
tools/testing/selftests/kvm/include/kvm_util.h
1076
static inline struct kvm_vm *vm_create_shape_with_one_vcpu(struct vm_shape shape,
tools/testing/selftests/kvm/include/kvm_util.h
222
kvm_static_assert(sizeof(struct vm_shape) == sizeof(u64));
tools/testing/selftests/kvm/include/kvm_util.h
228
struct vm_shape shape = { \
tools/testing/selftests/kvm/lib/kvm_util.c
279
struct kvm_vm *____vm_create(struct vm_shape shape)
tools/testing/selftests/kvm/lib/kvm_util.c
470
static bool is_guest_memfd_required(struct vm_shape shape)
tools/testing/selftests/kvm/lib/kvm_util.c
479
struct kvm_vm *__vm_create(struct vm_shape shape, u32 nr_runnable_vcpus,
tools/testing/selftests/kvm/lib/kvm_util.c
549
struct kvm_vm *__vm_create_with_vcpus(struct vm_shape shape, u32 nr_vcpus,
tools/testing/selftests/kvm/lib/kvm_util.c
567
struct kvm_vm *__vm_create_shape_with_one_vcpu(struct vm_shape shape,
tools/testing/selftests/kvm/lib/x86/sev.c
164
struct vm_shape shape = {
tools/testing/selftests/kvm/pre_fault_memory_test.c
166
const struct vm_shape shape = {
tools/testing/selftests/kvm/x86/private_mem_conversions_test.c
385
const struct vm_shape shape = {
tools/testing/selftests/kvm/x86/private_mem_kvm_exits_test.c
42
const struct vm_shape protected_vm_shape = {