Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/iommu/intel/
Diommu.c140 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry))
146 static phys_addr_t root_entry_lctp(struct root_entry *re) in root_entry_lctp()
158 static phys_addr_t root_entry_uctp(struct root_entry *re) in root_entry_uctp()
593 struct root_entry *root = &iommu->root_entry[bus]; in iommu_context_addr()
800 if (!iommu->root_entry) in free_context_table()
816 free_pgtable_page(iommu->root_entry); in free_context_table()
817 iommu->root_entry = NULL; in free_context_table()
851 struct root_entry *rt_entry; in dmar_fault_dump_ptes()
860 rt_entry = &iommu->root_entry[bus]; in dmar_fault_dump_ptes()
1204 struct root_entry *root; in iommu_alloc_root_entry()
[all …]
Ddebugfs.c25 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()
Diommu.h499 struct root_entry { struct
584 struct root_entry *root_entry; /* virtual address */ member
/Linux-v6.1/drivers/gpu/drm/i915/gvt/
Dgtt.h232 void *root_entry);