Searched refs:IOMMU_PGF_NOALLOC (Results 1 – 4 of 4) sorted by relevance
42 #define IOMMU_PGF_NOALLOC 0x0008 macro
90 ctxm = iommu_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_NOALLOC); in dmar_ensure_ctx_page()103 re = iommu_map_pgtbl(dmar->ctx_obj, 0, IOMMU_PGF_NOALLOC, &sf); in dmar_ensure_ctx_page()121 IOMMU_PGF_NOALLOC | IOMMU_PGF_WAITOK, sfp); in dmar_map_ctx_entry()174 IOMMU_PGF_NOALLOC); in ctx_id_entry_init()
146 IOMMU_PGF_NOALLOC); in dmar_idmap_nextlvl()
91 if ((flags & IOMMU_PGF_NOALLOC) != 0 || m != NULL) { in iommu_pgalloc()