Searched refs:iommu_map_pgtbl (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/x86/iommu/ |
H A D | x86_iommu.h | 53 void *iommu_map_pgtbl(struct vm_object *obj, vm_pindex_t idx, int flags,
|
H A D | intel_idpgtbl.c | 133 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 D | intel_ctx.c | 103 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 D | amd_idpgtbl.c | 144 pte = iommu_map_pgtbl(domain->pgtbl_obj, idx, flags, sf); in amdiommu_pgtbl_map_pte()
|
H A D | iommu_utils.c | 135 iommu_map_pgtbl(vm_object_t obj, vm_pindex_t idx, int flags, in iommu_map_pgtbl() function
|