Searched defs:vfio_pci_core_device (Results 1 – 1 of 1) sorted by relevance
52 struct vfio_pci_core_device { struct53 struct vfio_device vdev;54 struct pci_dev *pdev;55 void __iomem *barmap[PCI_STD_NUM_BARS];56 bool bar_mmap_supported[PCI_STD_NUM_BARS];57 u8 *pci_config_map;58 u8 *vconfig;59 struct perm_bits *msi_perm;60 spinlock_t irqlock;61 struct mutex igate;[all …]