Lines Matching refs:iop
241 struct io_pgtable_cfg *cfg = &pdom->iop.iop.cfg;
259 pte = v2_alloc_pte(pdom->nid, pdom->iop.pgd,
294 struct io_pgtable_cfg *cfg = &pgtable->iop.cfg;
357 static void v2_free_pgtable(struct io_pgtable *iop)
360 struct amd_io_pgtable *pgtable = container_of(iop, struct amd_io_pgtable, iop);
362 pdom = container_of(pgtable, struct protection_domain, iop);
394 pgtable->iop.ops.map_pages = iommu_v2_map_pages;
395 pgtable->iop.ops.unmap_pages = iommu_v2_unmap_pages;
396 pgtable->iop.ops.iova_to_phys = iommu_v2_iova_to_phys;
403 return &pgtable->iop;