Searched refs:IOMMU_PGF_ZERO (Results 1 – 6 of 6) sorted by relevance
40 #define IOMMU_PGF_ZERO 0x0002 macro
92 IOMMU_PGF_ZERO | IOMMU_PGF_OBJL); in amdiommu_domain_alloc_pgtbl()154 IOMMU_PGF_ZERO); in amdiommu_pgtbl_map_pte()
125 IOMMU_PGF_WAITOK | IOMMU_PGF_ZERO); in dmar_idmap_nextlvl()355 IOMMU_PGF_ZERO); in dmar_pgtbl_map_pte()697 IOMMU_PGF_ZERO | IOMMU_PGF_OBJL); in dmar_domain_alloc_pgtbl()
83 zeroed = (flags & IOMMU_PGF_ZERO) != 0 ? VM_ALLOC_ZERO : 0; in iommu_pgalloc()
101 ctxm = iommu_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_ZERO | in dmar_ensure_ctx_page()
468 iommu_pgalloc(unit->ctx_obj, 0, IOMMU_PGF_WAITOK | IOMMU_PGF_ZERO); in dmar_attach()