Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dkvm.h1118 struct kvm_create_device { struct
1119 __u32 type; /* in: KVM_DEV_TYPE_xxx */
1120 __u32 fd; /* out: device handle */
1121 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
/linux/include/uapi/linux/
H A Dkvm.h1140 struct kvm_create_device { struct
1141 __u32 type; /* in: KVM_DEV_TYPE_xxx */
1142 __u32 fd; /* out: device handle */
1143 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h843 static inline int kvm_create_device(struct kvm_vm *vm, uint64_t type) kvm_create_device() function