Searched refs:kvm_device_ops_table (Results 1 – 1 of 1) sorted by relevance
2852 static struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = { variable2861 if (type >= ARRAY_SIZE(kvm_device_ops_table)) in kvm_register_device_ops()2864 if (kvm_device_ops_table[type] != NULL) in kvm_register_device_ops()2867 kvm_device_ops_table[type] = ops; in kvm_register_device_ops()2873 if (kvm_device_ops_table[type] != NULL) in kvm_unregister_device_ops()2874 kvm_device_ops_table[type] = NULL; in kvm_unregister_device_ops()2885 if (cd->type >= ARRAY_SIZE(kvm_device_ops_table)) in kvm_ioctl_create_device()2888 ops = kvm_device_ops_table[cd->type]; in kvm_ioctl_create_device()