Searched refs:iommu_gas_alloc_entry (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/iommu/ |
H A D | iommu_gas.c | 90 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 D | iommu.h | 179 struct iommu_map_entry *iommu_gas_alloc_entry(struct iommu_domain *domain,
|
H A D | busdma_iommu.c | 1034 entry = iommu_gas_alloc_entry(domain, waitok ? 0 : IOMMU_PGF_WAITOK); in bus_dma_iommu_load_ident()
|
/freebsd/sys/x86/iommu/ |
H A D | iommu_utils.c | 502 iommu_gas_alloc_entry(NULL, 0); in iommu_qi_common_init()
|
H A D | intel_drv.c | 931 entry = iommu_gas_alloc_entry(DOM2IODOM(ria->domain), in dmar_rmrr_iter()
|