Searched defs:kvm_create_device (Results 1 – 3 of 3) sorted by relevance
1147 struct kvm_create_device { struct1148 __u32 type; /* in: KVM_DEV_TYPE_xxx */1149 __u32 fd; /* out: device handle */1150 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
1158 struct kvm_create_device { struct1159 __u32 type; /* in: KVM_DEV_TYPE_xxx */1160 __u32 fd; /* out: device handle */1161 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
928 static inline int kvm_create_device(struct kvm_vm *vm, uint64_t type) in kvm_create_device() function