Searched refs:root_entry (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ref-verify.c | 22 struct root_entry { struct 119 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, nod in free_block_entry() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ref-verify.c | 19 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, nod in free_block_entry() [all...] |
/kernel/linux/linux-5.10/drivers/iommu/intel/ |
H A D | debugfs.c | 24 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()
|
H A D | iommu.c | 185 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry)) 188 * Take a root_entry and return the Lower Context Table Pointer (LCTP) 191 static phys_addr_t root_entry_lctp(struct root_entry *re) in root_entry_lctp() 200 * Take a root_entry and return the Upper Context Table Pointer (UCTP) 203 static phys_addr_t root_entry_uctp(struct root_entry *re) in root_entry_uctp() 788 struct root_entry *root = &iommu->root_entry[bus]; in iommu_context_addr() 996 if (!iommu->root_entry) { in free_context_table() 1012 free_pgtable_page(iommu->root_entry); in free_context_table() 1013 iommu->root_entry in free_context_table() [all...] |
/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | debugfs.c | 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()
|
H A D | iommu.c | 145 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry)) 148 * Take a root_entry and return the Lower Context Table Pointer (LCTP) 151 static phys_addr_t root_entry_lctp(struct root_entry *re) in root_entry_lctp() 160 * Take a root_entry and return the Upper Context Table Pointer (UCTP) 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 in free_context_table() [all...] |
H A D | iommu.h | 553 struct root_entry { struct 674 struct root_entry *root_entry; /* virtual address */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | gtt.h | 222 void *root_entry);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | intel-iommu.h | 490 struct root_entry { struct 591 struct root_entry *root_entry; /* virtual address */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | gtt.h | 231 void *root_entry);
|
Completed in 18 milliseconds