Home
last modified time | relevance | path

Searched refs:bar_mmap_supported (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/vfio/pci/
Dvfio_pci.c140 vdev->bar_mmap_supported[bar] = true; in vfio_pci_probe_mmaps()
166 vdev->bar_mmap_supported[bar] = true; in vfio_pci_probe_mmaps()
178 vdev->bar_mmap_supported[bar] = false; in vfio_pci_probe_mmaps()
672 if (vdev->bar_mmap_supported[info.index]) { in vfio_pci_ioctl()
1118 if (!vdev->bar_mmap_supported[index]) in vfio_pci_mmap()
Dvfio_pci_private.h82 bool bar_mmap_supported[PCI_STD_RESOURCE_END + 1]; member