Home
last modified time | relevance | path

Searched refs:root_entry (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/fs/btrfs/
Dref-verify.c19 struct root_entry { struct
116 static struct root_entry *insert_root_entry(struct rb_root *root, in insert_root_entry()
117 struct root_entry *re) in insert_root_entry()
121 struct root_entry *entry; in insert_root_entry()
125 entry = rb_entry(parent_node, struct root_entry, node); in insert_root_entry()
187 static struct root_entry *lookup_root_entry(struct rb_root *root, u64 objectid) in lookup_root_entry()
190 struct root_entry *entry = NULL; in lookup_root_entry()
194 entry = rb_entry(n, struct root_entry, node); in lookup_root_entry()
234 struct root_entry *re; in free_block_entry()
240 re = rb_entry(n, struct root_entry, node); in free_block_entry()
[all …]
/Linux-v5.10/drivers/iommu/intel/
Ddebugfs.c24 struct root_entry *rt_entry;
245 tbl_wlk.rt_entry = &iommu->root_entry[bus]; in ctx_tbl_walk()
267 (u64)virt_to_phys(iommu->root_entry)); in root_tbl_walk()
Diommu.c185 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry))
191 static phys_addr_t root_entry_lctp(struct root_entry *re) in root_entry_lctp()
203 static phys_addr_t root_entry_uctp(struct root_entry *re) in root_entry_uctp()
747 struct root_entry *root = &iommu->root_entry[bus]; in iommu_context_addr()
955 if (!iommu->root_entry) { in free_context_table()
971 free_pgtable_page(iommu->root_entry); in free_context_table()
972 iommu->root_entry = NULL; in free_context_table()
1290 struct root_entry *root; in iommu_alloc_root_entry()
1293 root = (struct root_entry *)alloc_pgtable_page(iommu->node); in iommu_alloc_root_entry()
1303 iommu->root_entry = root; in iommu_alloc_root_entry()
[all …]
/Linux-v5.10/include/linux/
Dintel-iommu.h487 struct root_entry { struct
588 struct root_entry *root_entry; /* virtual address */ member
/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Dgtt.h220 void *root_entry);