Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dref-verify.c22 struct root_entry { struct
118 const struct root_entry *entry = rb_entry(node, struct root_entry, node); in root_entry_root_objectid_key_cmp()
130 const struct root_entry *new_entry = rb_entry(new, struct root_entry, node); in root_entry_root_objectid_cmp()
135 static struct root_entry *insert_root_entry(struct rb_root *root, in insert_root_entry()
136 struct root_entry *re) in insert_root_entry()
141 return rb_entry_safe(node, struct root_entry, node); in insert_root_entry()
182 static struct root_entry *lookup_root_entry(struct rb_root *root, u64 objectid) in lookup_root_entry()
187 return rb_entry_safe(node, struct root_entry, node); in lookup_root_entry()
219 struct root_entry *re; in free_block_entry()
225 re = rb_entry(n, struct root_entry, node); in free_block_entry()
[all …]
/linux/drivers/iommu/intel/
H A Diommu.c63 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry))
69 static phys_addr_t root_entry_lctp(struct root_entry *re) in root_entry_lctp()
81 static phys_addr_t root_entry_uctp(struct root_entry *re) in root_entry_uctp()
344 struct root_entry *root = &iommu->root_entry[bus]; in iommu_context_addr()
532 if (!iommu->root_entry) in free_context_table()
548 iommu_free_pages(iommu->root_entry); in free_context_table()
549 iommu->root_entry = NULL; in free_context_table()
584 struct root_entry *rt_entry; in dmar_fault_dump_ptes()
593 if (!iommu->root_entry) { in dmar_fault_dump_ptes()
597 rt_entry = &iommu->root_entry[bus]; in dmar_fault_dump_ptes()
[all …]
H A Diommu.h555 struct root_entry { struct
710 struct root_entry *root_entry; /* virtual address */ member
/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.h228 void *root_entry);