Home
last modified time | relevance | path

Searched defs:vfio_pci_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/vfio/pci/
Dvfio_pci_private.h87 struct vfio_pci_device { struct
88 struct pci_dev *pdev;
89 void __iomem *barmap[PCI_STD_RESOURCE_END + 1];
90 bool bar_mmap_supported[PCI_STD_RESOURCE_END + 1];
91 u8 *pci_config_map;
92 u8 *vconfig;
93 struct perm_bits *msi_perm;
94 spinlock_t irqlock;
95 struct mutex igate;
96 struct vfio_pci_irq_ctx *ctx;
[all …]