Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/vfio/pci/
Dvfio_pci_private.h102 struct vfio_pci_device { struct
103 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 …]