Searched defs:rk_iommu_domain (Results 1 – 1 of 1) sorted by relevance
90 struct rk_iommu_domain { struct91 struct list_head iommus;92 u32 *dt; /* page directory table */93 dma_addr_t dt_dma;94 spinlock_t iommus_lock; /* lock for iommus list */95 spinlock_t dt_lock; /* lock for modifying page directory table */96 bool shootdown_entire;98 struct iommu_domain domain;