Searched refs:barmap (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c212 if (vdev->barmap[bar])
225 vdev->barmap[bar] = io;
275 io = vdev->barmap[bar];
485 ioeventfd->addr = vdev->barmap[bar] + pos;
H A Dvfio_pci_core.c623 if (!vdev->barmap[bar])
625 pci_iounmap(pdev, vdev->barmap[bar]);
627 vdev->barmap[bar] = NULL;
1842 * Even though we don't make use of the barmap for the mmap,
1843 * we need to request the region and the barmap tracks that.
1845 if (!vdev->barmap[index]) {
1851 vdev->barmap[index] = pci_iomap(pdev, index, 0);
1852 if (!vdev->barmap[index]) {
/linux-master/include/linux/
H A Dvfio_pci_core.h55 void __iomem *barmap[PCI_STD_NUM_BARS]; member in struct:vfio_pci_core_device
/linux-master/drivers/vfio/pci/virtio/
H A Dmain.c351 virtvdev->notify_addr = core_device->barmap[virtvdev->notify_bar] +

Completed in 205 milliseconds