Lines Matching refs:pts
58 struct page **pts;
301 as->pts = kcalloc(SMMU_NUM_PDE, sizeof(*as->pts), GFP_KERNEL);
302 if (!as->pts) {
327 kfree(as->pts);
567 pt_page = as->pts[pd_index];
583 if (!as->pts[pde]) {
600 as->pts[pde] = page;
612 return tegra_smmu_pte_offset(as->pts[pde], iova);
625 struct page *page = as->pts[pde];
640 as->pts[pde] = NULL;
664 struct page *page = as->pts[pde];
688 if (as->pts[pde]) {
692 page = as->pts[pde];