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