Searched refs:root_entry (Results 1 – 5 of 5) sorted by relevance
22 struct root_entry { struct119 static struct root_entry *insert_root_entry(struct rb_root *root, in insert_root_entry()120 struct root_entry *re) in insert_root_entry()124 struct root_entry *entry; in insert_root_entry()128 entry = rb_entry(parent_node, struct root_entry, node); in insert_root_entry()190 static struct root_entry *lookup_root_entry(struct rb_root *root, u64 objectid) in lookup_root_entry()193 struct root_entry *entry = NULL; in lookup_root_entry()197 entry = rb_entry(n, struct root_entry, node); in lookup_root_entry()237 struct root_entry *re; in free_block_entry()243 re = rb_entry(n, struct root_entry, node); in free_block_entry()[all …]
145 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry))151 static phys_addr_t root_entry_lctp(struct root_entry *re) in root_entry_lctp()163 static phys_addr_t root_entry_uctp(struct root_entry *re) in root_entry_uctp()594 struct root_entry *root = &iommu->root_entry[bus]; in iommu_context_addr()788 if (!iommu->root_entry) in free_context_table()804 free_pgtable_page(iommu->root_entry); in free_context_table()805 iommu->root_entry = NULL; in free_context_table()839 struct root_entry *rt_entry; in dmar_fault_dump_ptes()848 rt_entry = &iommu->root_entry[bus]; in dmar_fault_dump_ptes()1191 struct root_entry *root; in iommu_alloc_root_entry()[all …]
25 struct root_entry *rt_entry;249 tbl_wlk.rt_entry = &iommu->root_entry[bus]; in ctx_tbl_walk()270 (u64)virt_to_phys(iommu->root_entry)); in root_tbl_walk()
553 struct root_entry { struct671 struct root_entry *root_entry; /* virtual address */ member
231 void *root_entry);