Home
last modified time | relevance | path

Searched refs:vfio (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/drivers/vfio/
Dvfio.c41 static struct vfio { struct
51 } vfio; argument
110 mutex_lock(&vfio.iommu_drivers_lock); in vfio_register_iommu_driver()
113 list_for_each_entry(tmp, &vfio.iommu_drivers_list, vfio_next) { in vfio_register_iommu_driver()
115 mutex_unlock(&vfio.iommu_drivers_lock); in vfio_register_iommu_driver()
121 list_add(&driver->vfio_next, &vfio.iommu_drivers_list); in vfio_register_iommu_driver()
123 mutex_unlock(&vfio.iommu_drivers_lock); in vfio_register_iommu_driver()
133 mutex_lock(&vfio.iommu_drivers_lock); in vfio_unregister_iommu_driver()
134 list_for_each_entry(driver, &vfio.iommu_drivers_list, vfio_next) { in vfio_unregister_iommu_driver()
137 mutex_unlock(&vfio.iommu_drivers_lock); in vfio_unregister_iommu_driver()
[all …]
DKconfig30 See Documentation/vfio.txt for more details.
34 source "drivers/vfio/pci/Kconfig"
35 source "drivers/vfio/platform/Kconfig"
DMakefile3 obj-$(CONFIG_VFIO) += vfio.o
/linux-4.1.27/drivers/vfio/platform/
DMakefile2 vfio-platform-y := vfio_platform.o vfio_platform_common.o vfio_platform_irq.o
4 obj-$(CONFIG_VFIO_PLATFORM) += vfio-platform.o
6 vfio-amba-y := vfio_amba.o
8 obj-$(CONFIG_VFIO_AMBA) += vfio-amba.o
/linux-4.1.27/drivers/vfio/pci/
DMakefile2 vfio-pci-y := vfio_pci.o vfio_pci_intrs.o vfio_pci_rdwr.o vfio_pci_config.o
4 obj-$(CONFIG_VFIO_PCI) += vfio-pci.o
/linux-4.1.27/Documentation/
Dvfio.txt79 is created by simply opening the /dev/vfio/vfio character device.
88 VFIO group will appear for the group as /dev/vfio/$GROUP, where
98 the VFIO group character device (/dev/vfio/$GROUP) and using the
125 pci bus, therefore the user will make use of vfio-pci to manage the
128 # modprobe vfio-pci
130 Binding this device to the vfio-pci driver creates the VFIO group
136 # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
154 bind this device to the vfio-pci driver (vfio-pci does not currently
158 unprivileged operation is desired (note that /dev/vfio/vfio provides
162 # chown user:user /dev/vfio/26
[all …]
D00-INDEX454 vfio.txt
Ddevices.txt413 196 = /dev/vfio/vfio VFIO userspace driver interface
/linux-4.1.27/arch/x86/kvm/
DMakefile11 $(KVM)/eventfd.o $(KVM)/irqchip.o $(KVM)/vfio.o
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-platform10 to the driver_override file (echo vfio-platform > \
Dsysfs-bus-amba10 driver_override file (echo vfio-amba > driver_override) and may
/linux-4.1.27/drivers/
DMakefile83 obj-$(CONFIG_VFIO) += vfio/
DKconfig119 source "drivers/vfio/Kconfig"
/linux-4.1.27/include/uapi/linux/
DKbuild425 header-y += vfio.h
/linux-4.1.27/Documentation/ioctl/
Dioctl-number.txt93 ';' 64-7F linux/vfio.h
/linux-4.1.27/
DMAINTAINERS10545 F: Documentation/vfio.txt
10546 F: drivers/vfio/
10547 F: include/linux/vfio.h
10548 F: include/uapi/linux/vfio.h