Searched refs:pci_iommu (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | pci_iommu.c | 38 static void __iommu_flushall(struct pci_iommu *iommu) in __iommu_flushall() 72 static void inline iopte_make_dummy(struct pci_iommu *iommu, iopte_t *iopte) in iopte_make_dummy() 82 void pci_iommu_table_init(struct pci_iommu *iommu, int tsbsize) in pci_iommu_table_init() 92 static iopte_t *alloc_streaming_cluster(struct pci_iommu *iommu, unsigned long npages) in alloc_streaming_cluster() 148 static void free_streaming_cluster(struct pci_iommu *iommu, dma_addr_t base, in free_streaming_cluster() 171 static iopte_t *alloc_consistent_cluster(struct pci_iommu *iommu, unsigned long npages) in alloc_consistent_cluster() 205 struct pci_iommu *iommu; in pci_alloc_consistent() 268 struct pci_iommu *iommu; in pci_free_consistent() 332 struct pci_iommu *iommu; in pci_map_single() 387 struct pci_iommu *iommu; in pci_unmap_single() [all …]
|
D | Makefile | 21 obj-$(CONFIG_PCI) += ebus.o isa.o pci_common.o pci_iommu.o \
|
D | pci_psycho.c | 634 struct pci_iommu *iommu = p->pbm_A.iommu; in psycho_check_iommu_error() 1341 struct pci_iommu *iommu = p->pbm_A.iommu; in psycho_iommu_init() 1621 struct pci_iommu *iommu; in psycho_init() 1645 iommu = kmalloc(sizeof(struct pci_iommu), GFP_ATOMIC); in psycho_init()
|
D | pci_schizo.c | 631 struct pci_iommu *iommu = pbm->iommu; in schizo_check_iommu_error_pbm() 1795 struct pci_iommu *iommu = pbm->iommu; in schizo_pbm_iommu_init() 2186 struct pci_iommu *iommu; in __schizo_init() 2220 iommu = kmalloc(sizeof(struct pci_iommu), GFP_ATOMIC); in __schizo_init() 2228 iommu = kmalloc(sizeof(struct pci_iommu), GFP_ATOMIC); in __schizo_init()
|
D | pci_sabre.c | 708 struct pci_iommu *iommu = p->pbm_A.iommu; in sabre_check_iommu_error() 1288 struct pci_iommu *iommu = p->pbm_A.iommu; in sabre_iommu_init() 1587 struct pci_iommu *iommu; in sabre_init()
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pbm.h | 37 struct pci_iommu { struct 103 extern void pci_iommu_table_init(struct pci_iommu *, int); argument 187 struct pci_iommu *iommu;
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | Makefile | 34 obj-$(CONFIG_PCI) += pci.o pci_iommu.o
|