Home
last modified time | relevance | path

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

/Linux-v5.15/tools/include/uapi/linux/
Dkvm.h1310 struct kvm_create_device { struct
1311 __u32 type; /* in: KVM_DEV_TYPE_xxx */
1312 __u32 fd; /* out: device handle */
1313 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
/Linux-v5.15/include/uapi/linux/
Dkvm.h1310 struct kvm_create_device { struct
1311 __u32 type; /* in: KVM_DEV_TYPE_xxx */
1312 __u32 fd; /* out: device handle */
1313 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
/Linux-v5.15/tools/testing/selftests/kvm/lib/
Dkvm_util.c2004 int kvm_create_device(struct kvm_vm *vm, uint64_t type, bool test) in kvm_create_device() function