Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkvm_types.h22 struct kvm_device_ops;
Dkvm_host.h1180 struct kvm_device_ops *ops;
1187 struct kvm_device_ops { struct
1223 int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type); argument
1226 extern struct kvm_device_ops kvm_mpic_ops;
1227 extern struct kvm_device_ops kvm_arm_vgic_v2_ops;
1228 extern struct kvm_device_ops kvm_arm_vgic_v3_ops;
/Linux-v4.19/virt/kvm/arm/vgic/
Dvgic-kvm-device.c472 struct kvm_device_ops kvm_arm_vgic_v2_ops = {
742 struct kvm_device_ops kvm_arm_vgic_v3_ops = {
Dvgic-its.c2572 static struct kvm_device_ops kvm_arm_vgic_its_ops = {
/Linux-v4.19/arch/powerpc/include/asm/
Dkvm_host.h215 extern struct kvm_device_ops kvm_xics_ops;
220 extern struct kvm_device_ops kvm_xive_ops;
/Linux-v4.19/virt/kvm/
Dvfio.c390 static struct kvm_device_ops kvm_vfio_ops = {
Dkvm_main.c2852 static struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = {
2859 int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type) in kvm_register_device_ops()
2880 struct kvm_device_ops *ops = NULL; in kvm_ioctl_create_device()
/Linux-v4.19/arch/s390/kvm/
Dkvm-s390.h373 extern struct kvm_device_ops kvm_flic_ops;
Dinterrupt.c2587 struct kvm_device_ops kvm_flic_ops = {
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_xics.c1413 struct kvm_device_ops kvm_xics_ops = {
Dmpic.c1724 struct kvm_device_ops kvm_mpic_ops = {
Dbook3s_xive.c1945 struct kvm_device_ops kvm_xive_ops = {