Searched defs:vfio_pci_core_device (Results 1 – 1 of 1) sorted by relevance
98 struct vfio_pci_core_device { struct99 struct vfio_device vdev;100 struct pci_dev *pdev;101 void __iomem *barmap[PCI_STD_NUM_BARS];102 bool bar_mmap_supported[PCI_STD_NUM_BARS];103 u8 *pci_config_map;104 u8 *vconfig;105 struct perm_bits *msi_perm;106 spinlock_t irqlock;107 struct mutex igate;[all …]