Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h20581 struct kvm_device_ops___2 { struct
20582 const char *name;
20583 int (*create)(struct kvm_device___2 *, u32);
20584 void (*init)(struct kvm_device___2 *);
20585 void (*destroy)(struct kvm_device___2 *);
20586 void (*release)(struct kvm_device___2 *);
20587 int (*set_attr)(struct kvm_device___2 *, struct kvm_device_attr *);
20588 int (*get_attr)(struct kvm_device___2 *, struct kvm_device_attr *);
20589 int (*has_attr)(struct kvm_device___2 *, struct kvm_device_attr *);
20590 long (*ioctl)(struct kvm_device___2 *, unsigned int, unsigned long);
[all …]