Searched defs:exynos_iommu_owner (Results 1 – 1 of 1) sorted by relevance
188 struct exynos_iommu_owner { struct189 struct list_head client; /* entry of exynos_iommu_domain.clients */190 struct device *dev;191 struct device *sysmmu;192 struct iommu_domain *domain;193 void *vmm_data; /* IO virtual memory manager's data */194 spinlock_t lock; /* Lock to preserve consistency of System MMU */