Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dtce_64.c127 if (pci_iommu(dev->bus)) { in build_tce_table()
129 dev, pci_iommu(dev->bus)); in build_tce_table()
Dpci-calgary_64.c313 tbl = pci_iommu(pbus); in find_iommu_table()
649 iommu_range_reserve(pci_iommu(dev->bus), start, numpages); in calgary_reserve_mem_region()
657 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_reserve_peripheral_mem_1()
681 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_reserve_peripheral_mem_2()
717 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_reserve_regions()
748 tbl = pci_iommu(dev->bus); in calgary_setup_tar()
789 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_free_bus()
974 tbl = pci_iommu(dev->bus); in calgary_enable_translation()
1004 tbl = pci_iommu(dev->bus); in calgary_disable_translation()
1052 tbl = pci_iommu(dev->bus); in calgary_init_one()
[all …]
/Linux-v5.4/arch/x86/include/asm/
Dpci_64.h8 static inline void *pci_iommu(struct pci_bus *bus) in pci_iommu() function
/Linux-v5.4/arch/alpha/kernel/
DMakefile16 obj-$(CONFIG_PCI) += pci.o pci_iommu.o pci-sysfs.o