Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkvm_host.h1187 struct kvm_device_ops { struct
1188 const char *name;
1195 int (*create)(struct kvm_device *dev, u32 type);
1223 int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type); argument