Searched defs:iopgd (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/iommu/ |
D | omap-iopgtable.h | 95 #define iopgd_page_paddr(iopgd) (*iopgd & ~((1 << 10) - 1)) argument 96 #define iopgd_page_vaddr(iopgd) ((u32 *)phys_to_virt(iopgd_page_paddr(iopgd))) argument 100 #define iopte_offset(iopgd, da) (iopgd_page_vaddr(iopgd) + iopte_index(da)) argument
|
D | omap-iommu.c | 501 static u32 *iopte_alloc(struct omap_iommu *obj, u32 *iopgd, in iopte_alloc() 563 u32 *iopgd = iopgd_offset(obj, da); in iopgd_alloc_section() local 579 u32 *iopgd = iopgd_offset(obj, da); in iopgd_alloc_super() local 597 u32 *iopgd = iopgd_offset(obj, da); in iopte_alloc_page() local 616 u32 *iopgd = iopgd_offset(obj, da); in iopte_alloc_large() local 704 u32 *iopgd, *iopte = NULL; in iopgtable_lookup_entry() local 720 u32 *iopgd = iopgd_offset(obj, da); in iopgtable_clear_entry_core() local 797 u32 *iopgd; in iopgtable_clear_entry_all() local 824 u32 *iopgd, *iopte; in iommu_fault_handler() local 863 static int omap_iommu_attach(struct omap_iommu *obj, u32 *iopgd) in omap_iommu_attach()
|
D | omap-iommu-debug.c | 184 u32 *iopgd, *iopte; in dump_ioptable() local
|
D | omap-iommu.h | 71 u32 *iopgd; member
|