Searched refs:IOMMU_PGF_ZERO (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/iommu/
H A Diommu_gas.h43 #define IOMMU_PGF_ZERO 0x0002 macro
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_idpgtbl.c125 IOMMU_PGF_WAITOK | IOMMU_PGF_ZERO);
385 IOMMU_PGF_ZERO);
714 IOMMU_PGF_ZERO | IOMMU_PGF_OBJL);
H A Dintel_utils.c265 zeroed = (flags & IOMMU_PGF_ZERO) != 0 ? VM_ALLOC_ZERO : 0;
H A Dintel_ctx.c102 ctxm = dmar_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_ZERO |
H A Dintel_drv.c493 dmar_pgalloc(unit->ctx_obj, 0, IOMMU_PGF_WAITOK | IOMMU_PGF_ZERO);

Completed in 80 milliseconds