Home
last modified time | relevance | path

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

/openbmc/qemu/linux-headers/linux/
H A Dkvm.h1105 struct kvm_create_device { struct
1106 __u32 type; /* in: KVM_DEV_TYPE_xxx */
1107 __u32 fd; /* out: device handle */
1108 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
/openbmc/linux/tools/include/uapi/linux/
H A Dkvm.h1408 struct kvm_create_device { struct
1409 __u32 type; /* in: KVM_DEV_TYPE_xxx */
1410 __u32 fd; /* out: device handle */
1411 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
/openbmc/linux/include/uapi/linux/
H A Dkvm.h1408 struct kvm_create_device { struct
1409 __u32 type; /* in: KVM_DEV_TYPE_xxx */
1410 __u32 fd; /* out: device handle */
1411 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h662 static inline int kvm_create_device(struct kvm_vm *vm, uint64_t type) in kvm_create_device() function
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c3697 int kvm_create_device(KVMState *s, uint64_t type, bool test) in kvm_create_device() function