Home
last modified time | relevance | path

Searched refs:iommu_map_pgtbl (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/x86/iommu/
H A Dx86_iommu.h53 void *iommu_map_pgtbl(struct vm_object *obj, vm_pindex_t idx, int flags,
H A Dintel_idpgtbl.c133 pte = iommu_map_pgtbl(tbl->pgtbl_obj, idx, IOMMU_PGF_WAITOK, &sf); in dmar_idmap_nextlvl()
345 pte = iommu_map_pgtbl(domain->pgtbl_obj, idx, flags, sf); in dmar_pgtbl_map_pte()
H A Dintel_ctx.c103 re = iommu_map_pgtbl(dmar->ctx_obj, 0, IOMMU_PGF_NOALLOC, &sf); in dmar_ensure_ctx_page()
120 ctxp = iommu_map_pgtbl(dmar->ctx_obj, 1 + PCI_RID2BUS(ctx->context.rid), in dmar_map_ctx_entry()
H A Damd_idpgtbl.c144 pte = iommu_map_pgtbl(domain->pgtbl_obj, idx, flags, sf); in amdiommu_pgtbl_map_pte()
H A Diommu_utils.c135 iommu_map_pgtbl(vm_object_t obj, vm_pindex_t idx, int flags, in iommu_map_pgtbl() function