Searched refs:kvm_device_ops (Results 1 – 13 of 13) sorted by relevance
8 struct kvm_device_ops;
2089 const struct kvm_device_ops *ops;2096 struct kvm_device_ops { struct2142 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type); argument2145 extern struct kvm_device_ops kvm_mpic_ops;2146 extern struct kvm_device_ops kvm_arm_vgic_v2_ops;2147 extern struct kvm_device_ops kvm_arm_vgic_v3_ops;
206 extern struct kvm_device_ops kvm_xics_ops;211 extern struct kvm_device_ops kvm_xive_ops;212 extern struct kvm_device_ops kvm_xive_native_ops;
494 struct kvm_device_ops kvm_arm_vgic_v2_ops = {688 struct kvm_device_ops kvm_arm_vgic_v3_ops = {
2869 static struct kvm_device_ops kvm_arm_vgic_its_ops = {
363 static struct kvm_device_ops kvm_vfio_ops = {
4387 static const struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = {4394 int kvm_register_device_ops(const struct kvm_device_ops *ops, u32 type) in kvm_register_device_ops()4415 const struct kvm_device_ops *ops; in kvm_ioctl_create_device()
460 extern struct kvm_device_ops kvm_flic_ops;
2756 struct kvm_device_ops kvm_flic_ops = {
1275 struct kvm_device_ops kvm_xive_native_ops = {
1439 struct kvm_device_ops kvm_xics_ops = {
1723 struct kvm_device_ops kvm_mpic_ops = {
2974 struct kvm_device_ops kvm_xive_ops = {
Completed in 49 milliseconds