Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h17587 struct kvm_device_ops { struct
17588 const char *name;
17589 int (*create)(struct kvm_device *, u32);
17590 void (*init)(struct kvm_device *);
17591 void (*destroy)(struct kvm_device *);
17592 void (*release)(struct kvm_device *);
17593 int (*set_attr)(struct kvm_device *, struct kvm_device_attr *);
17594 int (*get_attr)(struct kvm_device *, struct kvm_device_attr *);
17595 int (*has_attr)(struct kvm_device *, struct kvm_device_attr *);
17596 long (*ioctl)(struct kvm_device *, unsigned int, unsigned long);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h19002 struct kvm_device_ops { struct
19016 const struct kvm_device_ops *ops; argument