Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h19321 struct kvm_device_ops { struct
19322 const char *name;
19323 int (*create)(struct kvm_device *, u32);
19324 void (*init)(struct kvm_device *);
19325 void (*destroy)(struct kvm_device *);
19326 void (*release)(struct kvm_device *);
19327 int (*set_attr)(struct kvm_device *, struct kvm_device_attr *);
19328 int (*get_attr)(struct kvm_device *, struct kvm_device_attr *);
19329 int (*has_attr)(struct kvm_device *, struct kvm_device_attr *);
19330 long int (*ioctl)(struct kvm_device *, unsigned int, long unsigned int);
[all …]