Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/xen/
Dpci.h19 int xen_find_device_domain_owner(struct pci_dev *dev);
27 static inline int xen_find_device_domain_owner(struct pci_dev *dev) in xen_find_device_domain_owner() function
/Linux-v5.4/arch/x86/pci/
Dxen.c276 domid = ret = xen_find_device_domain_owner(dev); in xen_initdom_setup_msi_irqs()
525 int xen_find_device_domain_owner(struct pci_dev *dev) in xen_find_device_domain_owner() function
537 EXPORT_SYMBOL_GPL(xen_find_device_domain_owner);
/Linux-v5.4/drivers/xen/xen-pciback/
Dxenbus.c255 xen_find_device_domain_owner(dev)); in xen_pcibk_export_device()
Dpci_stub.c625 int domid = xen_find_device_domain_owner(dev); in pcistub_remove()