Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/vfio/pci/
Dvfio_pci_rdwr.c214 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()
Dvfio_pci_core.c619 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()
/linux-6.12.1/include/linux/
Dvfio_pci_core.h55 void __iomem *barmap[PCI_STD_NUM_BARS]; member
/linux-6.12.1/drivers/vfio/pci/virtio/
Dmain.c351 virtvdev->notify_addr = core_device->barmap[virtvdev->notify_bar] + in virtiovf_set_notify_addr()