Searched defs:vfio_pci_device (Results 1 – 1 of 1) sorted by relevance
87 struct vfio_pci_device { struct88 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 …]