Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dtce_64.c140 if (pci_iommu(dev->bus)) { in build_tce_table()
142 dev, pci_iommu(dev->bus)); in build_tce_table()
Dpci-calgary_64.c332 tbl = pci_iommu(pbus); in find_iommu_table()
672 iommu_range_reserve(pci_iommu(dev->bus), start, numpages); in calgary_reserve_mem_region()
680 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_reserve_peripheral_mem_1()
704 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_reserve_peripheral_mem_2()
740 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_reserve_regions()
774 tbl = pci_iommu(dev->bus); in calgary_setup_tar()
815 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_free_bus()
1000 tbl = pci_iommu(dev->bus); in calgary_enable_translation()
1030 tbl = pci_iommu(dev->bus); in calgary_disable_translation()
1078 tbl = pci_iommu(dev->bus); in calgary_init_one()
[all …]
/Linux-v4.19/arch/x86/include/asm/
Dpci_64.h8 static inline void *pci_iommu(struct pci_bus *bus) in pci_iommu() function
/Linux-v4.19/arch/alpha/kernel/
DMakefile16 obj-$(CONFIG_PCI) += pci.o pci_iommu.o pci-sysfs.o