Searched refs:root_entry (Results 1 – 3 of 3) sorted by relevance
34 struct root_entry;
417 struct root_entry *root_entry; /* virtual address */ member
192 struct root_entry { struct196 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry)) argument202 static phys_addr_t root_entry_lctp(struct root_entry *re) in root_entry_lctp()214 static phys_addr_t root_entry_uctp(struct root_entry *re) in root_entry_uctp()839 struct root_entry *root = &iommu->root_entry[bus]; in iommu_context_addr()972 if (!iommu->root_entry) { in free_context_table()988 free_pgtable_page(iommu->root_entry); in free_context_table()989 iommu->root_entry = NULL; in free_context_table()1289 struct root_entry *root; in iommu_alloc_root_entry()1292 root = (struct root_entry *)alloc_pgtable_page(iommu->node); in iommu_alloc_root_entry()[all …]