Searched refs:iommu_pgalloc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/sys/x86/iommu/ |
| HD | intel_idpgtbl.c | 125 (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()
|
| HD | amd_idpgtbl.c | 91 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()
|
| HD | x86_iommu.h | 49 struct vm_page *iommu_pgalloc(struct vm_object *obj, vm_pindex_t idx,
|
| HD | intel_ctx.c | 91 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()
|
| HD | iommu_utils.c | 78 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()
|
| HD | intel_drv.c | 469 iommu_pgalloc(unit->ctx_obj, 0, IOMMU_PGF_WAITOK | IOMMU_PGF_ZERO); in dmar_attach()
|