Searched defs:vfio_pci_device (Results 1 – 1 of 1) sorted by relevance
79 struct vfio_pci_device { struct80 struct pci_dev *pdev;81 void __iomem *barmap[PCI_STD_RESOURCE_END + 1];82 bool bar_mmap_supported[PCI_STD_RESOURCE_END + 1];83 u8 *pci_config_map;84 u8 *vconfig;85 struct perm_bits *msi_perm;86 spinlock_t irqlock;87 struct mutex igate;88 struct vfio_pci_irq_ctx *ctx;[all …]