Searched refs:barmap (Results 1 – 4 of 4) sorted by relevance
207 if (vdev->barmap[bar]) in vfio_pci_core_setup_barmap()220 vdev->barmap[bar] = io; in vfio_pci_core_setup_barmap()272 io = vdev->barmap[bar]; in vfio_pci_bar_rw()483 ioeventfd->addr = vdev->barmap[bar] + pos; in vfio_pci_ioeventfd()
619 if (!vdev->barmap[bar]) in vfio_pci_core_disable()621 pci_iounmap(pdev, vdev->barmap[bar]); in vfio_pci_core_disable()623 vdev->barmap[bar] = NULL; in vfio_pci_core_disable()1755 if (!vdev->barmap[index]) { in vfio_pci_core_mmap()1761 vdev->barmap[index] = pci_iomap(pdev, index, 0); in vfio_pci_core_mmap()1762 if (!vdev->barmap[index]) { in vfio_pci_core_mmap()
55 void __iomem *barmap[PCI_STD_NUM_BARS]; member
335 virtvdev->notify_addr = core_device->barmap[virtvdev->notify_bar] + in virtiovf_set_notify_addr()