Searched refs:IOMMU_PGF_OBJL (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/iommu/
H A Diommu_gas.h46 #define IOMMU_PGF_OBJL 0x0010 macro
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_utils.c270 if ((flags & IOMMU_PGF_OBJL) == 0)
274 if ((flags & IOMMU_PGF_OBJL) == 0)
280 if ((flags & IOMMU_PGF_OBJL) == 0)
299 if ((flags & IOMMU_PGF_OBJL) == 0)
306 if ((flags & IOMMU_PGF_OBJL) == 0)
317 if ((flags & IOMMU_PGF_OBJL) == 0)
321 m = dmar_pgalloc(obj, idx, flags | IOMMU_PGF_OBJL);
326 if ((flags & IOMMU_PGF_OBJL) == 0)
340 dmar_pgfree(obj, m->pindex, flags | IOMMU_PGF_OBJL);
342 if ((flags & IOMMU_PGF_OBJL)
[all...]
H A Dintel_idpgtbl.c124 (void)dmar_pgalloc(tbl->pgtbl_obj, idx, IOMMU_PGF_OBJL |
365 KASSERT((flags & IOMMU_PGF_OBJL) != 0, ("lost PGF_OBJL"));
438 flags |= IOMMU_PGF_OBJL;
649 flags |= IOMMU_PGF_OBJL;
714 IOMMU_PGF_ZERO | IOMMU_PGF_OBJL);

Completed in 80 milliseconds