Searched defs:arch_iommu (Results 1 – 2 of 2) sorted by relevance
33 struct arch_iommu struct35 u64 pgd_maddr; /* io page directory machine address */36 spinlock_t mapping_lock; /* io page table lock */37 int agaw; /* adjusted guest address width, 0 is level 2 30-bit */38 u64 iommu_bitmap; /* bitmap of iommu(s) that the domain uses */39 struct list_head mapped_rmrrs;42 int paging_mode;43 struct page_info *root_table;44 struct guest_iommu *g_iommu;
17 struct arch_iommu struct20 void *priv;
Completed in 6 milliseconds