/kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
H A D | pciback.h | 106 int (*publish)(struct xen_pcibk_device *pdev, publish_pci_root_cb cb); member 174 if (xen_pcibk_backend && xen_pcibk_backend->publish) in xen_pcibk_publish_pci_roots() 175 return xen_pcibk_backend->publish(pdev, cb); in xen_pcibk_publish_pci_roots()
|
H A D | passthrough.c | 130 /* Only publish this device as a root if none of its in __xen_pcibk_publish_pci_roots() 193 .publish = __xen_pcibk_publish_pci_roots,
|
H A D | vpci.c | 269 .publish = __xen_pcibk_publish_pci_roots,
|
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/ |
H A D | pciback.h | 111 int (*publish)(struct xen_pcibk_device *pdev, publish_pci_root_cb cb); member 179 if (xen_pcibk_backend && xen_pcibk_backend->publish) in xen_pcibk_publish_pci_roots() 180 return xen_pcibk_backend->publish(pdev, cb); in xen_pcibk_publish_pci_roots()
|
H A D | passthrough.c | 130 /* Only publish this device as a root if none of its in __xen_pcibk_publish_pci_roots() 193 .publish = __xen_pcibk_publish_pci_roots,
|
H A D | vpci.c | 264 .publish = __xen_pcibk_publish_pci_roots,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci-p2pdma.h | 32 void pci_p2pmem_publish(struct pci_dev *pdev, bool publish); 79 static inline void pci_p2pmem_publish(struct pci_dev *pdev, bool publish) in pci_p2pmem_publish() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci-p2pdma.h | 32 void pci_p2pmem_publish(struct pci_dev *pdev, bool publish); 83 static inline void pci_p2pmem_publish(struct pci_dev *pdev, bool publish) in pci_p2pmem_publish() argument
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | p2pdma.c | 836 * pci_p2pmem_publish - publish the peer-to-peer DMA memory for use by 838 * @pdev: the device with peer-to-peer DMA memory to publish 839 * @publish: set to true to publish the memory, false to unpublish it 846 void pci_p2pmem_publish(struct pci_dev *pdev, bool publish) in pci_p2pmem_publish() argument 849 pdev->p2pdma->p2pmem_published = publish; in pci_p2pmem_publish()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | p2pdma.c | 946 * pci_p2pmem_publish - publish the peer-to-peer DMA memory for use by 948 * @pdev: the device with peer-to-peer DMA memory to publish 949 * @publish: set to true to publish the memory, false to unpublish it 956 void pci_p2pmem_publish(struct pci_dev *pdev, bool publish) in pci_p2pmem_publish() argument 963 p2pdma->p2pmem_published = publish; in pci_p2pmem_publish()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
H A D | cwsr_trap_handler_gfx10.asm | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
H A D | cwsr_trap_handler_gfx8.asm | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
H A D | cwsr_trap_handler_gfx8.asm | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
H A D | cwsr_trap_handler_gfx10.asm | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|