Searched refs:vfio (Results 1 – 20 of 20) sorted by relevance
42 static struct vfio { struct52 } vfio; argument111 mutex_lock(&vfio.iommu_drivers_lock); in vfio_register_iommu_driver()114 list_for_each_entry(tmp, &vfio.iommu_drivers_list, vfio_next) { in vfio_register_iommu_driver()116 mutex_unlock(&vfio.iommu_drivers_lock); in vfio_register_iommu_driver()122 list_add(&driver->vfio_next, &vfio.iommu_drivers_list); in vfio_register_iommu_driver()124 mutex_unlock(&vfio.iommu_drivers_lock); in vfio_register_iommu_driver()134 mutex_lock(&vfio.iommu_drivers_lock); in vfio_unregister_iommu_driver()135 list_for_each_entry(driver, &vfio.iommu_drivers_list, vfio_next) { in vfio_unregister_iommu_driver()138 mutex_unlock(&vfio.iommu_drivers_lock); in vfio_unregister_iommu_driver()[all …]
30 See Documentation/vfio.txt for more details.34 source "drivers/vfio/pci/Kconfig"35 source "drivers/vfio/platform/Kconfig"
3 obj-$(CONFIG_VFIO) += vfio.o
1 vfio-platform-base-y := vfio_platform_common.o vfio_platform_irq.o2 vfio-platform-y := vfio_platform.o4 obj-$(CONFIG_VFIO_PLATFORM) += vfio-platform.o5 obj-$(CONFIG_VFIO_PLATFORM) += vfio-platform-base.o8 vfio-amba-y := vfio_amba.o10 obj-$(CONFIG_VFIO_AMBA) += vfio-amba.o11 obj-$(CONFIG_VFIO_AMBA) += vfio-platform-base.o
22 source "drivers/vfio/platform/reset/Kconfig"
1 vfio-platform-calxedaxgmac-y := vfio_platform_calxedaxgmac.o2 vfio-platform-amdxgbe-y := vfio_platform_amdxgbe.o4 ccflags-y += -Idrivers/vfio/platform6 obj-$(CONFIG_VFIO_PLATFORM_CALXEDAXGMAC_RESET) += vfio-platform-calxedaxgmac.o7 obj-$(CONFIG_VFIO_PLATFORM_AMDXGBE_RESET) += vfio-platform-amdxgbe.o
2 vfio-pci-y := vfio_pci.o vfio_pci_intrs.o vfio_pci_rdwr.o vfio_pci_config.o4 obj-$(CONFIG_VFIO_PCI) += vfio-pci.o
79 is created by simply opening the /dev/vfio/vfio character device.88 VFIO group will appear for the group as /dev/vfio/$GROUP, where98 the VFIO group character device (/dev/vfio/$GROUP) and using the125 pci bus, therefore the user will make use of vfio-pci to manage the128 # modprobe vfio-pci130 Binding this device to the vfio-pci driver creates the VFIO group136 # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id154 bind this device to the vfio-pci driver (vfio-pci does not currently158 unprivileged operation is desired (note that /dev/vfio/vfio provides162 # chown user:user /dev/vfio/26[all …]
454 vfio.txt
413 196 = /dev/vfio/vfio VFIO userspace driver interface
11 $(KVM)/eventfd.o $(KVM)/irqchip.o $(KVM)/vfio.o
18 kvm-arm-y = $(KVM)/kvm_main.o $(KVM)/coalesced_mmio.o $(KVM)/eventfd.o $(KVM)/vfio.o
14 …-$(CONFIG_KVM_ARM_HOST) += $(KVM)/kvm_main.o $(KVM)/coalesced_mmio.o $(KVM)/eventfd.o $(KVM)/vfio.o
10 to the driver_override file (echo vfio-platform > \
10 driver_override file (echo vfio-amba > driver_override) and may
86 obj-$(CONFIG_VFIO) += vfio/
123 source "drivers/vfio/Kconfig"
433 header-y += vfio.h
96 ';' 64-7F linux/vfio.h
11365 F: Documentation/vfio.txt11366 F: drivers/vfio/11367 F: include/linux/vfio.h11368 F: include/uapi/linux/vfio.h11374 F: drivers/vfio/platform/