Home
last modified time | relevance | path

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

/Linux-v6.1/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()
480 ioeventfd->addr = vdev->barmap[bar] + pos; in vfio_pci_ioeventfd()
Dvfio_pci_core.c614 if (!vdev->barmap[bar]) in vfio_pci_core_disable()
616 pci_iounmap(pdev, vdev->barmap[bar]); in vfio_pci_core_disable()
618 vdev->barmap[bar] = NULL; in vfio_pci_core_disable()
1774 if (!vdev->barmap[index]) { in vfio_pci_core_mmap()
1780 vdev->barmap[index] = pci_iomap(pdev, index, 0); in vfio_pci_core_mmap()
1781 if (!vdev->barmap[index]) { in vfio_pci_core_mmap()
/Linux-v6.1/include/linux/
Dvfio_pci_core.h55 void __iomem *barmap[PCI_STD_NUM_BARS]; member