Searched defs:vmci_guest_device (Results 1 – 1 of 1) sorted by relevance
52 struct vmci_guest_device { struct53 struct device *dev; /* PCI device we are attached to */54 void __iomem *iobase;78 static struct vmci_guest_device *vmci_dev_g; argument