root_entry        219 drivers/gpu/drm/i915/gvt/gtt.h 					      void *root_entry);
root_entry         23 drivers/iommu/intel-iommu-debugfs.c 	struct root_entry *rt_entry;
root_entry        244 drivers/iommu/intel-iommu-debugfs.c 		tbl_wlk.rt_entry = &iommu->root_entry[bus];
root_entry        266 drivers/iommu/intel-iommu-debugfs.c 		   (u64)virt_to_phys(iommu->root_entry));
root_entry        185 drivers/iommu/intel-iommu.c #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry))
root_entry        191 drivers/iommu/intel-iommu.c static phys_addr_t root_entry_lctp(struct root_entry *re)
root_entry        203 drivers/iommu/intel-iommu.c static phys_addr_t root_entry_uctp(struct root_entry *re)
root_entry        699 drivers/iommu/intel-iommu.c 	struct root_entry *root = &iommu->root_entry[bus];
root_entry        859 drivers/iommu/intel-iommu.c 	if (!iommu->root_entry) {
root_entry        875 drivers/iommu/intel-iommu.c 	free_pgtable_page(iommu->root_entry);
root_entry        876 drivers/iommu/intel-iommu.c 	iommu->root_entry = NULL;
root_entry       1192 drivers/iommu/intel-iommu.c 	struct root_entry *root;
root_entry       1195 drivers/iommu/intel-iommu.c 	root = (struct root_entry *)alloc_pgtable_page(iommu->node);
root_entry       1205 drivers/iommu/intel-iommu.c 	iommu->root_entry = root;
root_entry       1217 drivers/iommu/intel-iommu.c 	addr = virt_to_phys(iommu->root_entry);
root_entry       2991 drivers/iommu/intel-iommu.c 			      struct root_entry *old_re,
root_entry       2998 drivers/iommu/intel-iommu.c 	struct root_entry re;
root_entry       3095 drivers/iommu/intel-iommu.c 	struct root_entry *old_rt;
root_entry       3150 drivers/iommu/intel-iommu.c 			iommu->root_entry[bus].lo = val;
root_entry       3157 drivers/iommu/intel-iommu.c 		iommu->root_entry[bus].hi = val;
root_entry       3164 drivers/iommu/intel-iommu.c 	__iommu_flush_cache(iommu, iommu->root_entry, PAGE_SIZE);
root_entry        116 fs/btrfs/ref-verify.c static struct root_entry *insert_root_entry(struct rb_root *root,
root_entry        117 fs/btrfs/ref-verify.c 					    struct root_entry *re)
root_entry        121 fs/btrfs/ref-verify.c 	struct root_entry *entry;
root_entry        125 fs/btrfs/ref-verify.c 		entry = rb_entry(parent_node, struct root_entry, node);
root_entry        187 fs/btrfs/ref-verify.c static struct root_entry *lookup_root_entry(struct rb_root *root, u64 objectid)
root_entry        190 fs/btrfs/ref-verify.c 	struct root_entry *entry = NULL;
root_entry        194 fs/btrfs/ref-verify.c 		entry = rb_entry(n, struct root_entry, node);
root_entry        234 fs/btrfs/ref-verify.c 	struct root_entry *re;
root_entry        240 fs/btrfs/ref-verify.c 		re = rb_entry(n, struct root_entry, node);
root_entry        265 fs/btrfs/ref-verify.c 	struct root_entry *re = NULL;
root_entry        267 fs/btrfs/ref-verify.c 	re = kzalloc(sizeof(struct root_entry), GFP_KERNEL);
root_entry        284 fs/btrfs/ref-verify.c 			struct root_entry *exist_re;
root_entry        311 fs/btrfs/ref-verify.c 	struct root_entry *re;
root_entry        388 fs/btrfs/ref-verify.c 	struct root_entry *re;
root_entry        634 fs/btrfs/ref-verify.c 	struct root_entry *re;
root_entry        652 fs/btrfs/ref-verify.c 		re = rb_entry(n, struct root_entry, node);
root_entry        675 fs/btrfs/ref-verify.c 	struct root_entry *re = NULL;
root_entry        775 fs/btrfs/ref-verify.c 		struct root_entry *tmp;
root_entry        778 fs/btrfs/ref-verify.c 			re = kmalloc(sizeof(struct root_entry), GFP_NOFS);
root_entry        540 include/linux/intel-iommu.h 	struct root_entry *root_entry; /* virtual address */