Lines Matching full:iommu
2 * omap iommu: main structures
42 * but share it globally for each iommu.
52 void *ctx; /* iommu context: registres saved area */
115 * struct iommu_arch_data - omap iommu private data
116 * @name: name of the iommu device
117 * @iommu_dev: handle of the iommu device
119 * This is an omap iommu private data object, which binds an iommu user
120 * to its iommu device. This object should be placed at the iommu user's
121 * dev_archdata so generic IOMMU API can be used without having to
130 * dev_to_omap_iommu() - retrieves an omap iommu object from a user device
131 * @dev: iommu client device
135 struct omap_iommu_arch_data *arch_data = dev->archdata.iommu; in dev_to_omap_iommu()
140 /* IOMMU errors */
148 #error "iommu for this processor not implemented yet"