Home
last modified time | relevance | path

Searched defs:vfio_pci_core_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/include/linux/
Dvfio_pci_core.h98 struct vfio_pci_core_device { struct
99 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 …]