Searched refs:barmap (Results 1 – 4 of 4) sorted by relevance
214 if (vdev->barmap[bar]) in vfio_pci_core_setup_barmap()227 vdev->barmap[bar] = io; in vfio_pci_core_setup_barmap()277 io = vdev->barmap[bar]; in vfio_pci_bar_rw()487 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()1766 if (!vdev->barmap[index]) { in vfio_pci_core_mmap()1772 vdev->barmap[index] = pci_iomap(pdev, index, 0); in vfio_pci_core_mmap()1773 if (!vdev->barmap[index]) { in vfio_pci_core_mmap()
55 void __iomem *barmap[PCI_STD_NUM_BARS]; member
351 virtvdev->notify_addr = core_device->barmap[virtvdev->notify_bar] + in virtiovf_set_notify_addr()