Home
last modified time | relevance | path

Searched defs:iommu_table (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dcalgary.h33 struct iommu_table { struct
47 void (*handle_quirks)(struct iommu_table *tbl, struct pci_dev *dev); argument
/linux-4.4.14/arch/powerpc/include/asm/
Diommu.h97 struct iommu_table { struct
114 struct list_head it_group_list;/* List of iommu_table_group_link */ argument
116 struct iommu_table_ops *it_ops; argument
126 int get_iommu_order(unsigned long size, struct iommu_table *tbl) in get_iommu_order() argument
/linux-4.4.14/arch/x86/kernel/
Dvmlinux.lds.S257 *(.iommu_table)
258 __iommu_table_end = .;
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci.h120 struct iommu_table iommu_table; member