Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dkvm.h1180 struct kvm_create_device { struct
1181 __u32 type; /* in: KVM_DEV_TYPE_xxx */
1182 __u32 fd; /* out: device handle */
1183 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
/linux/tools/include/uapi/linux/
H A Dkvm.h1173 struct kvm_create_device { struct
1174 __u32 type; /* in: KVM_DEV_TYPE_xxx */
1175 __u32 fd; /* out: device handle */
1176 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h951 static inline int kvm_create_device(struct kvm_vm *vm, u64 type) in kvm_create_device() function