Searched refs:iommu_alloc_resv_region (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/drivers/iommu/ |
D | virtio-iommu.c | 445 region = iommu_alloc_resv_region(start, size, 0, in viommu_add_resv_mem() 449 region = iommu_alloc_resv_region(start, size, prot, in viommu_add_resv_mem() 832 msi = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in viommu_get_resv_regions()
|
D | iommu.c | 430 nr = iommu_alloc_resv_region(new->start, new->length, in iommu_insert_resv_region() 2823 struct iommu_resv_region *iommu_alloc_resv_region(phys_addr_t start, in iommu_alloc_resv_region() function 2840 EXPORT_SYMBOL_GPL(iommu_alloc_resv_region);
|
D | mtk_iommu.c | 648 region = iommu_alloc_resv_region(resv->iova_base, resv->size, in mtk_iommu_get_resv_regions()
|
/Linux-v5.15/include/linux/ |
D | iommu.h | 461 iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot,
|
/Linux-v5.15/drivers/iommu/amd/ |
D | iommu.c | 2172 region = iommu_alloc_resv_region(entry->address_start, in amd_iommu_get_resv_regions() 2181 region = iommu_alloc_resv_region(MSI_RANGE_START, in amd_iommu_get_resv_regions() 2188 region = iommu_alloc_resv_region(HT_RANGE_START, in amd_iommu_get_resv_regions()
|
/Linux-v5.15/drivers/acpi/arm64/ |
D | iort.c | 861 region = iommu_alloc_resv_region(base + SZ_64K, SZ_64K, in iort_iommu_msi_get_resv_regions()
|
/Linux-v5.15/drivers/iommu/intel/ |
D | iommu.c | 5218 resv = iommu_alloc_resv_region(rmrr->base_address, in intel_iommu_get_resv_regions() 5233 reg = iommu_alloc_resv_region(0, 1UL << 24, prot, in intel_iommu_get_resv_regions() 5241 reg = iommu_alloc_resv_region(IOAPIC_RANGE_START, in intel_iommu_get_resv_regions()
|
/Linux-v5.15/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu.c | 1562 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()
|
/Linux-v5.15/drivers/iommu/arm/arm-smmu-v3/ |
D | arm-smmu-v3.c | 2745 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()
|