Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dkvm_host.h2303 struct kvm_device_ops { struct
2304 const char *name;
2311 int (*create)(struct kvm_device *dev, u32 type);
2317 void (*init)(struct kvm_device *dev);
2347 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type); argument