Searched defs:kvm_create_device (Results 1 – 8 of 8) sorted by relevance
921 struct kvm_create_device { struct922 __u32 type;923 __u32 fd;924 __u32 flags;
1246 struct kvm_create_device { struct1247 __u32 type; /* in: KVM_DEV_TYPE_xxx */1248 __u32 fd; /* out: device handle */1249 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
974 struct kvm_create_device { struct975 __u32 type;976 __u32 fd;977 __u32 flags;
1268 struct kvm_create_device { struct1269 __u32 type; /* in: KVM_DEV_TYPE_xxx */1270 __u32 fd; /* out: device handle */1271 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
1408 struct kvm_create_device { struct1409 __u32 type; /* in: KVM_DEV_TYPE_xxx */1410 __u32 fd; /* out: device handle */1411 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
662 static inline int kvm_create_device(struct kvm_vm *vm, uint64_t type) in kvm_create_device() function