Searched defs:arch_iommu (Results 1 – 2 of 2) sorted by relevance
46 struct arch_iommu struct48 u64 pgd_maddr; /* io page directory machine address */49 spinlock_t mapping_lock; /* io page table lock */50 int agaw; /* adjusted guest address width, 0 is level 2 30-bit */51 u64 iommu_bitmap; /* bitmap of iommu(s) that the domain uses */52 struct list_head mapped_rmrrs;55 int paging_mode;56 struct page_info *root_table;57 struct guest_iommu *g_iommu;
17 struct arch_iommu struct20 void *priv;
Completed in 2 milliseconds