Searched defs:vfio_pci_device (Results 1 – 1 of 1) sorted by relevance
102 struct vfio_pci_device { struct103 struct pci_dev *pdev;104 void __iomem *barmap[PCI_STD_NUM_BARS];105 bool bar_mmap_supported[PCI_STD_NUM_BARS];106 u8 *pci_config_map;107 u8 *vconfig;108 struct perm_bits *msi_perm;109 spinlock_t irqlock;110 struct mutex igate;111 struct vfio_pci_irq_ctx *ctx;[all …]