Lines Matching refs:pts
57 struct page **pts; member
312 as->pts = kcalloc(SMMU_NUM_PDE, sizeof(*as->pts), GFP_KERNEL); in tegra_smmu_domain_alloc()
313 if (!as->pts) { in tegra_smmu_domain_alloc()
338 kfree(as->pts); in tegra_smmu_domain_free()
572 pt_page = as->pts[pd_index]; in tegra_smmu_pte_lookup()
588 if (!as->pts[pde]) { in as_get_pte()
605 as->pts[pde] = page; in as_get_pte()
617 return tegra_smmu_pte_offset(as->pts[pde], iova); in as_get_pte()
630 struct page *page = as->pts[pde]; in tegra_smmu_pte_put_use()
645 as->pts[pde] = NULL; in tegra_smmu_pte_put_use()
669 struct page *page = as->pts[pde]; in as_get_pde_page()
693 if (as->pts[pde]) { in as_get_pde_page()
697 page = as->pts[pde]; in as_get_pde_page()