Lines Matching refs:IOMMU_PGF_WAITOK
94 KASSERT((flags & ~(IOMMU_PGF_WAITOK)) == 0, in iommu_gas_alloc_entry()
97 res = uma_zalloc(iommu_map_entry_zone, ((flags & IOMMU_PGF_WAITOK) != in iommu_gas_alloc_entry()
247 begin = iommu_gas_alloc_entry(domain, IOMMU_PGF_WAITOK); in iommu_gas_init_domain()
248 end = iommu_gas_alloc_entry(domain, IOMMU_PGF_WAITOK); in iommu_gas_init_domain()
758 *r1 = iommu_gas_alloc_entry(domain, IOMMU_PGF_WAITOK); in iommu_gas_remove_init()
759 *r2 = iommu_gas_alloc_entry(domain, IOMMU_PGF_WAITOK); in iommu_gas_remove_init()
815 (flags & IOMMU_MF_CANWAIT) != 0 ? IOMMU_PGF_WAITOK : 0); in iommu_gas_map()
838 ((flags & IOMMU_MF_CANWAIT) != 0 ? IOMMU_PGF_WAITOK : 0)); in iommu_gas_map()
885 ((flags & IOMMU_MF_CANWAIT) != 0 ? IOMMU_PGF_WAITOK : 0)); in iommu_gas_map_region()
920 entry = iommu_gas_alloc_entry(domain, IOMMU_PGF_WAITOK); in iommu_gas_reserve_region()
950 IOMMU_PGF_WAITOK); in iommu_gas_reserve_region_extend()
994 domain->ops->unmap(domain, entry, IOMMU_PGF_WAITOK); in iommu_unmap_msi()