vm_shape
struct kvm_vm *____vm_create(struct vm_shape shape);
struct kvm_vm *__vm_create(struct vm_shape shape, u32 nr_runnable_vcpus,
const struct vm_shape shape = {
struct kvm_vm *__vm_create_with_vcpus(struct vm_shape shape, u32 nr_vcpus,
struct kvm_vm *__vm_create_shape_with_one_vcpu(struct vm_shape shape,
static inline struct kvm_vm *vm_create_shape_with_one_vcpu(struct vm_shape shape,
kvm_static_assert(sizeof(struct vm_shape) == sizeof(u64));
struct vm_shape shape = { \
struct kvm_vm *____vm_create(struct vm_shape shape)
static bool is_guest_memfd_required(struct vm_shape shape)
struct kvm_vm *__vm_create(struct vm_shape shape, u32 nr_runnable_vcpus,
struct kvm_vm *__vm_create_with_vcpus(struct vm_shape shape, u32 nr_vcpus,
struct kvm_vm *__vm_create_shape_with_one_vcpu(struct vm_shape shape,
struct vm_shape shape = {
const struct vm_shape shape = {
const struct vm_shape shape = {
const struct vm_shape protected_vm_shape = {