Searched refs:root_entry (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx7/ |
| H A D | clock_slice.c | 412 int root_entry, src_entry; in clock_set_src() local 418 root_entry = select(clock_id); in clock_set_src() 419 if (root_entry < 0) in clock_set_src() 422 src_entry = src_supported(root_entry, clock_src); in clock_set_src() 438 int root_entry; in clock_get_src() local 448 root_entry = select(clock_id); in clock_get_src() 449 if (root_entry < 0) in clock_get_src() 452 p = &root_array[root_entry]; in clock_get_src() 460 int root_entry; in clock_set_prediv() local 467 root_entry = select(clock_id); in clock_set_prediv() [all …]
|
| /OK3568_Linux_fs/kernel/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, node); in free_block_entry() [all …]
|
| /OK3568_Linux_fs/kernel/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)) 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() 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 = NULL; in free_context_table() 1334 struct root_entry *root; in iommu_alloc_root_entry() 1337 root = (struct root_entry *)alloc_pgtable_page(iommu->node); in iommu_alloc_root_entry() 1347 iommu->root_entry = root; in iommu_alloc_root_entry() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | intel-iommu.h | 490 struct root_entry { struct 591 struct root_entry *root_entry; /* virtual address */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | gtt.h | 220 void *root_entry);
|