Home
last modified time | relevance | path

Searched refs:xen_find_device_domain_owner (Results 1 – 5 of 5) sorted by relevance

/linux/include/xen/
H A Dpci.h7 int xen_find_device_domain_owner(struct pci_dev *dev);
11 static inline int xen_find_device_domain_owner(struct pci_dev *dev) in xen_find_device_domain_owner() function
/linux/drivers/xen/
H A Dpci.c280 int xen_find_device_domain_owner(struct pci_dev *dev) in xen_find_device_domain_owner() function
292 EXPORT_SYMBOL_GPL(xen_find_device_domain_owner);
/linux/arch/x86/pci/
H A Dxen.c277 domid = ret = xen_find_device_domain_owner(dev); in xen_initdom_setup_msi_irqs()
/linux/drivers/xen/xen-pciback/
H A Dxenbus.c256 xen_find_device_domain_owner(dev)); in xen_pcibk_export_device()
H A Dpci_stub.c627 int domid = xen_find_device_domain_owner(dev); in pcistub_remove()