Lines Matching refs:pt_entry_t
71 #define NL3PG (IOMMU_PAGE_SIZE/(sizeof (pt_entry_t)))
162 static __inline pt_entry_t *
166 pt_entry_t *l3p; in smmu_pmap_l2_to_l3()
178 l3p = (pt_entry_t *)PHYS_TO_DMAP(l2 & ~ATTR_MASK); in smmu_pmap_l2_to_l3()
221 static __inline pt_entry_t *
225 pt_entry_t *l3; in smmu_pmap_pte()
264 smmu_pmap_l3_valid(pt_entry_t l3) in smmu_pmap_l3_valid()
585 pt_entry_t new_l3; in pmap_gpu_enter()
586 pt_entry_t orig_l3 __diagused; in pmap_gpu_enter()
587 pt_entry_t *l3; in pmap_gpu_enter()
598 new_l3 = (pt_entry_t)(pa | ATTR_SH(ATTR_SH_IS) | IOMMU_L3_BLOCK); in pmap_gpu_enter()
647 cpu_dcache_wb_range(l3, sizeof(pt_entry_t)); in pmap_gpu_enter()
666 pt_entry_t *pte; in pmap_gpu_remove()
684 cpu_dcache_wb_range(pte, sizeof(pt_entry_t)); in pmap_gpu_remove()
701 pt_entry_t new_l3; in smmu_pmap_enter()
702 pt_entry_t orig_l3 __diagused; in smmu_pmap_enter()
703 pt_entry_t *l3; in smmu_pmap_enter()
711 new_l3 = (pt_entry_t)(pa | ATTR_AF | ATTR_SH(ATTR_SH_IS) | in smmu_pmap_enter()
762 pt_entry_t *pte; in smmu_pmap_remove()
793 pt_entry_t *l3, l3e; in smmu_pmap_remove_pages()
830 l3 = (pt_entry_t *)PHYS_TO_DMAP(pa); in smmu_pmap_remove_pages()