Home
last modified time | relevance | path

Searched refs:iommu_pgalloc (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/x86/iommu/
HDintel_idpgtbl.c125 (void)iommu_pgalloc(tbl->pgtbl_obj, idx, IOMMU_PGF_OBJL | in dmar_idmap_nextlvl()
146 m1 = iommu_pgalloc(tbl->pgtbl_obj, base + i, in dmar_idmap_nextlvl()
355 m = iommu_pgalloc(domain->pgtbl_obj, idx, flags | in dmar_pgtbl_map_pte()
697 m = iommu_pgalloc(domain->pgtbl_obj, 0, IOMMU_PGF_WAITOK | in dmar_domain_alloc_pgtbl()
HDamd_idpgtbl.c91 m = iommu_pgalloc(domain->pgtbl_obj, 0, IOMMU_PGF_WAITOK | in amdiommu_domain_alloc_pgtbl()
153 m = iommu_pgalloc(domain->pgtbl_obj, idx, flags | in amdiommu_pgtbl_map_pte()
HDx86_iommu.h49 struct vm_page *iommu_pgalloc(struct vm_object *obj, vm_pindex_t idx,
HDintel_ctx.c91 ctxm = iommu_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_NOALLOC); in dmar_ensure_ctx_page()
102 ctxm = iommu_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_ZERO | in dmar_ensure_ctx_page()
174 ctx_root = iommu_pgalloc(domain->pgtbl_obj, 0, in ctx_id_entry_init()
HDiommu_utils.c78 iommu_pgalloc(vm_object_t obj, vm_pindex_t idx, int flags) in iommu_pgalloc() function
145 m = iommu_pgalloc(obj, idx, flags | IOMMU_PGF_OBJL); in iommu_map_pgtbl()
HDintel_drv.c469 iommu_pgalloc(unit->ctx_obj, 0, IOMMU_PGF_WAITOK | IOMMU_PGF_ZERO); in dmar_attach()