Searched defs:rk_iommu_domain (Results 1 – 1 of 1) sorted by relevance
85 struct rk_iommu_domain { struct86 struct list_head iommus;87 u32 *dt; /* page directory table */88 dma_addr_t dt_dma;89 spinlock_t iommus_lock; /* lock for iommus list */90 spinlock_t dt_lock; /* lock for modifying page directory table */92 struct iommu_domain domain;