Home
last modified time | relevance | path

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

/freebsd/sys/dev/iommu/
H A Diommu_gas.c73 static uma_zone_t iommu_map_entry_zone; variable
83 iommu_map_entry_zone = uma_zcreate("IOMMU_MAP_ENTRY", in intel_gas_init()
97 res = uma_zalloc(iommu_map_entry_zone, ((flags & IOMMU_PGF_WAITOK) != in iommu_gas_alloc_entry()
122 uma_zfree(iommu_map_entry_zone, entry); in iommu_gas_free_entry()