Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dkvm_host.h1674 struct kvm_device_ops { struct
1675 const char *name;
1682 int (*create)(struct kvm_device *dev, u32 type);
1688 void (*init)(struct kvm_device *dev);
1720 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type); argument