Home
last modified time | relevance | path

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

/linux-4.1.27/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.c329 tbl = pci_iommu(pbus); in find_iommu_table()
664 iommu_range_reserve(pci_iommu(dev->bus), start, numpages); in calgary_reserve_mem_region()
672 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_reserve_peripheral_mem_1()
696 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_reserve_peripheral_mem_2()
732 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_reserve_regions()
766 tbl = pci_iommu(dev->bus); in calgary_setup_tar()
807 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_free_bus()
895 struct iommu_table *tbl = pci_iommu(dev->bus); in calgary_watchdog()
993 tbl = pci_iommu(dev->bus); in calgary_enable_translation()
1025 tbl = pci_iommu(dev->bus); in calgary_disable_translation()
[all …]
/linux-4.1.27/arch/x86/include/asm/
Dpci_64.h7 static inline void *pci_iommu(struct pci_bus *bus) in pci_iommu() function
/linux-4.1.27/arch/alpha/kernel/
DMakefile15 obj-$(CONFIG_PCI) += pci.o pci_iommu.o pci-sysfs.o