Home
last modified time | relevance | path

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

/freebsd/sys/dev/iommu/
H A Diommu_gas.c90 iommu_gas_alloc_entry(struct iommu_domain *domain, u_int flags) in iommu_gas_alloc_entry() function
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()
814 entry = iommu_gas_alloc_entry(domain, in iommu_gas_map()
920 entry = iommu_gas_alloc_entry(domain, IOMMU_PGF_WAITOK); in iommu_gas_reserve_region()
949 entry = iommu_gas_alloc_entry(domain, in iommu_gas_reserve_region_extend()
H A Diommu.h179 struct iommu_map_entry *iommu_gas_alloc_entry(struct iommu_domain *domain,
H A Dbusdma_iommu.c1034 entry = iommu_gas_alloc_entry(domain, waitok ? 0 : IOMMU_PGF_WAITOK); in bus_dma_iommu_load_ident()
/freebsd/sys/x86/iommu/
H A Diommu_utils.c502 iommu_gas_alloc_entry(NULL, 0); in iommu_qi_common_init()
H A Dintel_drv.c931 entry = iommu_gas_alloc_entry(DOM2IODOM(ria->domain), in dmar_rmrr_iter()