Searched refs:root_entry (Results 1 – 4 of 4) sorted by relevance
376 struct root_entry *root = &iommu->root_entry[bus]; in iommu_context_addr()571 if (!iommu->root_entry) in free_context_table()588 iommu->root_entry = NULL; in free_context_table()623 struct root_entry *rt_entry; in dmar_fault_dump_ptes()632 if (!iommu->root_entry) { in dmar_fault_dump_ptes()636 rt_entry = &iommu->root_entry[bus]; in dmar_fault_dump_ptes()987 struct root_entry *root; in iommu_alloc_root_entry()997 iommu->root_entry = root; in iommu_alloc_root_entry()1925 struct root_entry re; in copy_context_table()2005 struct root_entry *old_rt; in copy_translation_tables()[all …]
25 struct root_entry *rt_entry;248 tbl_wlk.rt_entry = &iommu->root_entry[bus]; in ctx_tbl_walk()269 (u64)virt_to_phys(iommu->root_entry)); in root_tbl_walk()
558 struct root_entry { struct732 struct root_entry *root_entry; /* virtual address */ member
228 void *root_entry);
Completed in 18 milliseconds