/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | s390-iommu.c | 160 region = iommu_alloc_resv_region(0, zdev->start_dma, 0, in s390_iommu_get_resv_regions() 168 region = iommu_alloc_resv_region(zdev->end_dma + 1, in s390_iommu_get_resv_regions()
|
H A D | of_iommu.c | 273 region = iommu_alloc_resv_region(iova, length, prot, type, in of_iommu_get_resv_regions()
|
H A D | virtio-iommu.c | 492 region = iommu_alloc_resv_region(start, size, 0, in viommu_add_resv_mem() 497 region = iommu_alloc_resv_region(start, size, prot, in viommu_add_resv_mem() 936 msi = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in viommu_get_resv_regions()
|
H A D | iommu.c | 739 nr = iommu_alloc_resv_region(new->start, new->length, in iommu_insert_resv_region() 2785 struct iommu_resv_region *iommu_alloc_resv_region(phys_addr_t start, in iommu_alloc_resv_region() function 2803 EXPORT_SYMBOL_GPL(iommu_alloc_resv_region); variable
|
H A D | apple-dart.c | 937 region = iommu_alloc_resv_region(DOORBELL_ADDR, in apple_dart_get_resv_regions()
|
H A D | mtk_iommu.c | 987 region = iommu_alloc_resv_region(resv->iova_base, resv->size, in mtk_iommu_get_resv_regions()
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A 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() 840 msi = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in viommu_get_resv_regions()
|
H A D | iommu.c | 399 nr = iommu_alloc_resv_region(new->start, new->length, in iommu_insert_resv_region() 2749 struct iommu_resv_region *iommu_alloc_resv_region(phys_addr_t start, in iommu_alloc_resv_region() function 2766 EXPORT_SYMBOL_GPL(iommu_alloc_resv_region); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iommu.h | 465 iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | iommu.h | 498 iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot,
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu.c | 2694 region = iommu_alloc_resv_region(entry->address_start, in amd_iommu_get_resv_regions() 2703 region = iommu_alloc_resv_region(MSI_RANGE_START, in amd_iommu_get_resv_regions() 2710 region = iommu_alloc_resv_region(HT_RANGE_START, in amd_iommu_get_resv_regions()
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | iommu.c | 2378 region = iommu_alloc_resv_region(entry->address_start, in amd_iommu_get_resv_regions() 2388 region = iommu_alloc_resv_region(MSI_RANGE_START, in amd_iommu_get_resv_regions() 2395 region = iommu_alloc_resv_region(HT_RANGE_START, in amd_iommu_get_resv_regions()
|
/kernel/linux/linux-5.10/drivers/acpi/arm64/ |
H A D | iort.c | 878 region = iommu_alloc_resv_region(base + SZ_64K, SZ_64K, in iort_iommu_msi_get_resv_regions()
|
/kernel/linux/linux-5.10/drivers/iommu/intel/ |
H A D | iommu.c | 5881 resv = iommu_alloc_resv_region(rmrr->base_address, in intel_iommu_get_resv_regions() 5896 reg = iommu_alloc_resv_region(0, 1UL << 24, prot, in intel_iommu_get_resv_regions() 5904 reg = iommu_alloc_resv_region(IOAPIC_RANGE_START, in intel_iommu_get_resv_regions()
|
/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | iommu.c | 4462 resv = iommu_alloc_resv_region(rmrr->base_address, in intel_iommu_get_resv_regions() 4478 reg = iommu_alloc_resv_region(0, 1UL << 24, prot, in intel_iommu_get_resv_regions() 4487 reg = iommu_alloc_resv_region(IOAPIC_RANGE_START, in intel_iommu_get_resv_regions()
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu.c | 1597 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()
|
/kernel/linux/linux-6.6/drivers/acpi/arm64/ |
H A D | iort.c | 1150 region = iommu_alloc_resv_region(base + SZ_64K, SZ_64K, in iort_iommu_msi_get_resv_regions()
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu.c | 1538 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 2507 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 2769 region = iommu_alloc_resv_region(MSI_IOVA_BASE, MSI_IOVA_LENGTH, in arm_smmu_get_resv_regions()
|