Searched defs:kvm_device_ops (Results 1 – 5 of 5) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 90336 struct kvm_device_ops { struct 90337 const char *name; 90338 int (*create)(struct kvm_device *, u32); 90339 void (*init)(struct kvm_device *); 90340 void (*destroy)(struct kvm_device *); 90341 void (*release)(struct kvm_device *); 90342 int (*set_attr)(struct kvm_device *, struct kvm_device_attr *); 90343 int (*get_attr)(struct kvm_device *, struct kvm_device_attr *); 90344 int (*has_attr)(struct kvm_device *, struct kvm_device_attr *); 90345 long int (*ioctl)(struct kvm_device *, unsigned int, long unsigned int); [all …]
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_600.h | 109399 struct kvm_device_ops { struct 109400 const char *name; 109401 int (*create)(struct kvm_device *, u32); 109402 void (*init)(struct kvm_device *); 109403 void (*destroy)(struct kvm_device *); 109404 void (*release)(struct kvm_device *); 109405 int (*set_attr)(struct kvm_device *, struct kvm_device_attr *); 109406 int (*get_attr)(struct kvm_device *, struct kvm_device_attr *); 109407 int (*has_attr)(struct kvm_device *, struct kvm_device_attr *); 109408 long int (*ioctl)(struct kvm_device *, unsigned int, long unsigned int); [all …]
|
| D | vmlinux.h | 109399 struct kvm_device_ops { struct 109400 const char *name; 109401 int (*create)(struct kvm_device *, u32); 109402 void (*init)(struct kvm_device *); 109403 void (*destroy)(struct kvm_device *); 109404 void (*release)(struct kvm_device *); 109405 int (*set_attr)(struct kvm_device *, struct kvm_device_attr *); 109406 int (*get_attr)(struct kvm_device *, struct kvm_device_attr *); 109407 int (*has_attr)(struct kvm_device *, struct kvm_device_attr *); 109408 long int (*ioctl)(struct kvm_device *, unsigned int, long unsigned int); [all …]
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 14129 struct kvm_device_ops { struct 14130 const char *name; 14131 int (*create)(struct kvm_device *, u32); 14132 void (*init)(struct kvm_device *); 14133 void (*destroy)(struct kvm_device *); 14134 void (*release)(struct kvm_device *); 14135 int (*set_attr)(struct kvm_device *, struct kvm_device_attr *); 14136 int (*get_attr)(struct kvm_device *, struct kvm_device_attr *); 14137 int (*has_attr)(struct kvm_device *, struct kvm_device_attr *); 14138 long int (*ioctl)(struct kvm_device *, unsigned int, long unsigned int); [all …]
|
| D | vmlinux_608.h | 14129 struct kvm_device_ops { struct 14130 const char *name; 14131 int (*create)(struct kvm_device *, u32); 14132 void (*init)(struct kvm_device *); 14133 void (*destroy)(struct kvm_device *); 14134 void (*release)(struct kvm_device *); 14135 int (*set_attr)(struct kvm_device *, struct kvm_device_attr *); 14136 int (*get_attr)(struct kvm_device *, struct kvm_device_attr *); 14137 int (*has_attr)(struct kvm_device *, struct kvm_device_attr *); 14138 long int (*ioctl)(struct kvm_device *, unsigned int, long unsigned int); [all …]
|