Home
last modified time | relevance | path

Searched defs:kvm_create_device (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/uapi/linux/
A Dkvm.h1334 struct kvm_create_device { struct
1335 __u32 type; /* in: KVM_DEV_TYPE_xxx */
1336 __u32 fd; /* out: device handle */
1337 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
/linux/include/uapi/linux/
A Dkvm.h1334 struct kvm_create_device { struct
1335 __u32 type; /* in: KVM_DEV_TYPE_xxx */
1336 __u32 fd; /* out: device handle */
1337 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
/linux/tools/testing/selftests/kvm/lib/
A Dkvm_util.c2012 int kvm_create_device(struct kvm_vm *vm, uint64_t type, bool test) in kvm_create_device() function

Completed in 31 milliseconds