Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A Dclock_slice.c411 int root_entry, src_entry; in clock_set_src() local
417 root_entry = select(clock_id); in clock_set_src()
418 if (root_entry < 0) in clock_set_src()
421 src_entry = src_supported(root_entry, clock_src); in clock_set_src()
437 int root_entry; in clock_get_src() local
447 root_entry = select(clock_id); in clock_get_src()
448 if (root_entry < 0) in clock_get_src()
451 p = &root_array[root_entry]; in clock_get_src()
459 int root_entry; in clock_set_prediv() local
466 root_entry = select(clock_id); in clock_set_prediv()
[all …]
/openbmc/u-boot/arch/arm/mach-imx/imx8m/
H A Dclock_slice.c534 int root_entry; in clock_get_target_val() local
541 root_entry = select(clock_id); in clock_get_target_val()
542 if (root_entry < 0) in clock_get_target_val()
545 p = &root_array[root_entry]; in clock_get_target_val()
557 int root_entry; in clock_set_target_val() local
564 root_entry = select(clock_id); in clock_set_target_val()
565 if (root_entry < 0) in clock_set_target_val()
568 p = &root_array[root_entry]; in clock_set_target_val()
583 int root_entry; in clock_root_enabled() local
588 root_entry = select(clock_id); in clock_root_enabled()
[all …]
/openbmc/linux/fs/btrfs/
H A Dref-verify.c22 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, node); in free_block_entry()
[all …]
/openbmc/linux/drivers/iommu/intel/
H A Diommu.c145 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry))
151 static phys_addr_t root_entry_lctp(struct root_entry *re) in root_entry_lctp()
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 = NULL; in free_context_table()
840 struct root_entry *rt_entry; in dmar_fault_dump_ptes()
849 if (!iommu->root_entry) { in dmar_fault_dump_ptes()
853 rt_entry = &iommu->root_entry[bus]; in dmar_fault_dump_ptes()
[all …]
H A 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()
H A Diommu.h553 struct root_entry { struct
674 struct root_entry *root_entry; /* virtual address */ member
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.h231 void *root_entry);