Home
last modified time | relevance | path

Searched refs:kvm_device_ops (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/include/linux/
Dkvm_types.h22 struct kvm_device_ops;
Dkvm_host.h1126 struct kvm_device_ops *ops;
1133 struct kvm_device_ops { struct
1157 int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type); argument
1160 extern struct kvm_device_ops kvm_mpic_ops;
1161 extern struct kvm_device_ops kvm_xics_ops;
1162 extern struct kvm_device_ops kvm_arm_vgic_v2_ops;
1163 extern struct kvm_device_ops kvm_arm_vgic_v3_ops;
/linux-4.4.14/virt/kvm/
Dvfio.c257 static struct kvm_device_ops kvm_vfio_ops = {
Dkvm_main.c2645 static struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = {
2656 int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type) in kvm_register_device_ops()
2677 struct kvm_device_ops *ops = NULL; in kvm_ioctl_create_device()
/linux-4.4.14/arch/s390/kvm/
Dkvm-s390.h325 extern struct kvm_device_ops kvm_flic_ops;
Dinterrupt.c1995 struct kvm_device_ops kvm_flic_ops = {
/linux-4.4.14/virt/kvm/arm/
Dvgic-v2-emul.c849 struct kvm_device_ops kvm_arm_vgic_v2_ops = {
Dvgic-v3-emul.c1067 struct kvm_device_ops kvm_arm_vgic_v3_ops = {
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_xics.c1352 struct kvm_device_ops kvm_xics_ops = {
Dmpic.c1724 struct kvm_device_ops kvm_mpic_ops = {