Symbol: IOMMU_PGF_OBJL
sys/x86/iommu/amd_idpgtbl.c
201
flags |= IOMMU_PGF_OBJL;
sys/x86/iommu/amd_idpgtbl.c
361
flags |= IOMMU_PGF_OBJL;
sys/x86/iommu/amd_idpgtbl.c
93
IOMMU_PGF_ZERO | IOMMU_PGF_OBJL);
sys/x86/iommu/intel_idpgtbl.c
125
(void)iommu_pgalloc(tbl->pgtbl_obj, idx, IOMMU_PGF_OBJL |
sys/x86/iommu/intel_idpgtbl.c
337
KASSERT((flags & IOMMU_PGF_OBJL) != 0, ("lost PGF_OBJL"));
sys/x86/iommu/intel_idpgtbl.c
410
flags |= IOMMU_PGF_OBJL;
sys/x86/iommu/intel_idpgtbl.c
627
flags |= IOMMU_PGF_OBJL;
sys/x86/iommu/intel_idpgtbl.c
699
IOMMU_PGF_ZERO | IOMMU_PGF_OBJL);
sys/x86/iommu/iommu_utils.c
118
if ((flags & IOMMU_PGF_OBJL) == 0)
sys/x86/iommu/iommu_utils.c
130
if ((flags & IOMMU_PGF_OBJL) == 0)
sys/x86/iommu/iommu_utils.c
141
if ((flags & IOMMU_PGF_OBJL) == 0)
sys/x86/iommu/iommu_utils.c
145
m = iommu_pgalloc(obj, idx, flags | IOMMU_PGF_OBJL);
sys/x86/iommu/iommu_utils.c
150
if ((flags & IOMMU_PGF_OBJL) == 0)
sys/x86/iommu/iommu_utils.c
164
iommu_pgfree(obj, m->pindex, flags | IOMMU_PGF_OBJL,
sys/x86/iommu/iommu_utils.c
167
if ((flags & IOMMU_PGF_OBJL) == 0)
sys/x86/iommu/iommu_utils.c
171
if ((flags & (IOMMU_PGF_WAITOK | IOMMU_PGF_OBJL)) ==
sys/x86/iommu/iommu_utils.c
172
(IOMMU_PGF_WAITOK | IOMMU_PGF_OBJL))
sys/x86/iommu/iommu_utils.c
174
else if ((flags & (IOMMU_PGF_WAITOK | IOMMU_PGF_OBJL)) == 0)
sys/x86/iommu/iommu_utils.c
88
if ((flags & IOMMU_PGF_OBJL) == 0)
sys/x86/iommu/iommu_utils.c
92
if ((flags & IOMMU_PGF_OBJL) == 0)
sys/x86/iommu/iommu_utils.c
98
if ((flags & IOMMU_PGF_OBJL) == 0)