Searched refs:kvm_device_ops (Results 1 – 10 of 10) sorted by relevance
22 struct kvm_device_ops;
1033 struct kvm_device_ops *ops;1040 struct kvm_device_ops { struct1064 int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type); argument1067 extern struct kvm_device_ops kvm_mpic_ops;1068 extern struct kvm_device_ops kvm_xics_ops;1069 extern struct kvm_device_ops kvm_arm_vgic_v2_ops;1070 extern struct kvm_device_ops kvm_arm_vgic_v3_ops;
252 static struct kvm_device_ops kvm_vfio_ops = {
2397 static struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = {2408 int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type) in kvm_register_device_ops()2429 struct kvm_device_ops *ops = NULL; in kvm_ioctl_create_device()
272 extern struct kvm_device_ops kvm_flic_ops;
2006 struct kvm_device_ops kvm_flic_ops = {
849 struct kvm_device_ops kvm_arm_vgic_v2_ops = {
1023 struct kvm_device_ops kvm_arm_vgic_v3_ops = {
1352 struct kvm_device_ops kvm_xics_ops = {
1724 struct kvm_device_ops kvm_mpic_ops = {