Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dof_iommu.c263 region = iommu_alloc_resv_region(iova, length, prot, type, in of_iommu_get_resv_regions()
H A Ds390-iommu.c720 region = iommu_alloc_resv_region(0, zdev->start_dma, 0, in s390_iommu_get_resv_regions()
739 region = iommu_alloc_resv_region(zdev->end_dma + 1, end_resv, in s390_iommu_get_resv_regions()
H A Diommu.c818 nr = iommu_alloc_resv_region(new->start, new->length, in iommu_insert_resv_region()
2818 struct iommu_resv_region *iommu_alloc_resv_region(phys_addr_t start, in iommu_alloc_resv_region() function
2836 EXPORT_SYMBOL_GPL(iommu_alloc_resv_region);
H A Dapple-dart.c972 region = iommu_alloc_resv_region(DOORBELL_ADDR, in apple_dart_get_resv_regions()
H A Dmtk_iommu.c1002 region = iommu_alloc_resv_region(resv->iova_base, resv->size, in mtk_iommu_get_resv_regions()
/linux/drivers/iommu/amd/
H A Diommu.c2945 region = iommu_alloc_resv_region(entry->address_start, in amd_iommu_get_resv_regions()
2955 region = iommu_alloc_resv_region(MSI_RANGE_START, in amd_iommu_get_resv_regions()
2965 region = iommu_alloc_resv_region(HT_RANGE_START, in amd_iommu_get_resv_regions()
/linux/drivers/iommu/intel/
H A Diommu.c3937 resv = iommu_alloc_resv_region(rmrr->base_address, in intel_iommu_get_resv_regions()
3953 reg = iommu_alloc_resv_region(0, 1UL << 24, prot, in intel_iommu_get_resv_regions()
3962 reg = iommu_alloc_resv_region(IOAPIC_RANGE_START, in intel_iommu_get_resv_regions()
/linux/drivers/acpi/arm64/
H A Diort.c1150 region = iommu_alloc_resv_region(base + SZ_64K, SZ_64K, in iort_iommu_msi_get_resv_regions()
/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1609 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()