Home
last modified time | relevance | path

Searched refs:IOMMU_PGF_ZERO (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/iommu/
H A Diommu_gas.h40 #define IOMMU_PGF_ZERO 0x0002 macro
/freebsd/sys/x86/iommu/
H A Damd_idpgtbl.c92 IOMMU_PGF_ZERO | IOMMU_PGF_OBJL); in amdiommu_domain_alloc_pgtbl()
154 IOMMU_PGF_ZERO); in amdiommu_pgtbl_map_pte()
H A Dintel_idpgtbl.c125 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()
H A Diommu_utils.c83 zeroed = (flags & IOMMU_PGF_ZERO) != 0 ? VM_ALLOC_ZERO : 0; in iommu_pgalloc()
H A Dintel_ctx.c101 ctxm = iommu_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_ZERO | in dmar_ensure_ctx_page()
H A Dintel_drv.c468 iommu_pgalloc(unit->ctx_obj, 0, IOMMU_PGF_WAITOK | IOMMU_PGF_ZERO); in dmar_attach()