Home
last modified time | relevance | path

Searched refs:barmap (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/vfio/pci/
Dvfio_pci_rdwr.c209 if (vdev->barmap[bar]) in vfio_pci_setup_barmap()
222 vdev->barmap[bar] = io; in vfio_pci_setup_barmap()
271 io = vdev->barmap[bar]; in vfio_pci_bar_rw()
478 ioeventfd->addr = vdev->barmap[bar] + pos; in vfio_pci_ioeventfd()
Dvfio_pci_core.c354 if (!vdev->barmap[bar]) in vfio_pci_core_disable()
356 pci_iounmap(pdev, vdev->barmap[bar]); in vfio_pci_core_disable()
358 vdev->barmap[bar] = NULL; in vfio_pci_core_disable()
1490 if (!vdev->barmap[index]) { in vfio_pci_core_mmap()
1496 vdev->barmap[index] = pci_iomap(pdev, index, 0); in vfio_pci_core_mmap()
1497 if (!vdev->barmap[index]) { in vfio_pci_core_mmap()
/Linux-v5.15/include/linux/
Dvfio_pci_core.h101 void __iomem *barmap[PCI_STD_NUM_BARS]; member