Searched refs:kvm_device_ops (Results 1 – 13 of 13) sorted by relevance
8 struct kvm_device_ops;
1244 struct kvm_device_ops *ops;1251 struct kvm_device_ops { struct1297 int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type); argument1300 extern struct kvm_device_ops kvm_mpic_ops;1301 extern struct kvm_device_ops kvm_arm_vgic_v2_ops;1302 extern struct kvm_device_ops kvm_arm_vgic_v3_ops;
211 extern struct kvm_device_ops kvm_xics_ops;216 extern struct kvm_device_ops kvm_xive_ops;217 extern struct kvm_device_ops kvm_xive_native_ops;
464 struct kvm_device_ops kvm_arm_vgic_v2_ops = {734 struct kvm_device_ops kvm_arm_vgic_v3_ops = {
2760 static struct kvm_device_ops kvm_arm_vgic_its_ops = {
387 static struct kvm_device_ops kvm_vfio_ops = {
3118 static struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = {3125 int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type) in kvm_register_device_ops()3146 struct kvm_device_ops *ops = NULL; in kvm_ioctl_create_device()
374 extern struct kvm_device_ops kvm_flic_ops;
2685 struct kvm_device_ops kvm_flic_ops = {
1259 struct kvm_device_ops kvm_xive_native_ops = {
1398 struct kvm_device_ops kvm_xics_ops = {
1724 struct kvm_device_ops kvm_mpic_ops = {
2168 struct kvm_device_ops kvm_xive_ops = {